当我单击删除选项时,用滑动弹出窗口覆盖 radgrid 行

发布于 2024-11-03 01:07:16 字数 169 浏览 1 评论 0原文

我的 radGrid 控件有问题。

根据我的客户要求,我们在 radGrid 中显示数据。但我的问题是,当我们单击删除按钮时,必须删除的行应该替换为滑动弹出窗口,询问“您确定要删除此行吗”并带有两个按钮。

我已经尝试了很多,但我没有得到任何解决方案..

任何人都可以帮助我..

I have a problem with radGrid Control..

According to my clients requirement we are displaying data in radGrid. But what my problem is, when we click on delete button, the row which has to be delete should be replace with a sliding popup asking " Are u sure you want to delete this row" and with two buttons.

I have tried a lot, but I didn't get any solution for that..

Can any one please help me..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衾梦 2024-11-10 01:07:16

那么,你必须有一个“滑动”弹出窗口吗?它内置支持一个很好的 radwindow 元素作为提示,您可以通过编程来滑动它。在 gridcommand 列上设置这些属性:ConfirmTitle="Delete Medical Home"ConfirmDialogType="RadWindow"。否则,您可以为按钮指定一个 OnClientClick 值,该值会触发一个函数来显示提示,并手动控制删除的回发。对于后者,这需要一些研究,我不太确定它如何与 RadGrid 一起工作(提交命令的回发)。

HTH。

布莱恩

Well, do you have to have a "sliding" popup? In-built it supports a nice radwindow element for the prompt, which you may be able to programmably slide. Set these properties on the gridcommandcolumn: ConfirmTitle="Delete Medical Home" ConfirmDialogType="RadWindow". Otherwise, you can give the button an OnClientClick value that fires a function to show the prompt, and manually control the postback for the delete. For the latter this requires some research, I'm not exactly sure how that works with the RadGrid (the postback to submit the command).

HTH.

Brian

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文