Radgrid 停止编辑但允许分页
我需要一种方法来停止 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过这种方法?应该适用于任何类型的编辑操作。
Have you tried this approach? Should be applicable for editing operations of any kind.