Radgrid 停止编辑但允许分页

发布于 2024-11-08 15:35:52 字数 190 浏览 4 评论 0原文

我需要一种方法来停止 Radgrid 上的所有编辑(插入、更新、删除),但仍然允许分页工作。

我尝试禁用 MasterTableView,但这也阻止我的用户查看数据。

我能看到的唯一方法是检查是否允许它们在插入、更新和删除命令的各种处理程序中进行编辑并在其中执行操作。

如果用户没有访问权限,最好以某种方式禁用命令列。

I need a way to stop all editing (insert, update, delete) on a Radgrid but still allow the paging to work.

Ive tried disabling the MasterTableView but this also stops my users from viewing the data.

The only way I can see to do it, is to check if they are allowed to edit in the various handlers for the insert, update and delete commands and take action in there.

It would be nicer to somehow disable the command columns if the user does not have access.

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

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

发布评论

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

评论(1

〃温暖了心ぐ 2024-11-15 15:35:52

您是否尝试过这种方法?应该适用于任何类型的编辑操作。

Have you tried this approach? Should be applicable for editing operations of any kind.

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