GridView 分页允许但禁用,可能吗?
对于 GridView
,有什么方法可以让 AllowPaging="true"
但禁用分页链接(仍然可见但不可点击)?
(当用户决定编辑 GridView
时。在编辑模式下,单元格内的 Labels
变为 TextBoxes
。)
我尝试过 Enabled="false"
但这会禁用所有内容,包括 TextBoxes
。
我想我可以在服务器端处理分页,但如果可能的话,我宁愿禁用分页链接。
任何想法表示赞赏!
For a GridView
, is there any way I can have AllowPaging="true"
but have the pagination links disabled (still visible but not clickable)?
(It's for when the user decides to edit the GridView
. In edit mode, Labels
inside cells become TextBoxes
.)
I've tried Enabled="false"
but this disables everything, including the TextBoxes
.
I suppose I could handle paging on the server side but I'd rather just disable the pagination links if it's possible.
Any ideas appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会在行编辑时隐藏寻呼机,并在取消或更新时再次显示它:
I would hide Pager on RowEditing and show it again on Cancel or Update: