获取 DexExpress AspxGridView 中的复选框 ID
我有一个 DevExpress aspxGridView ,其中 GridViewCommandColumn 复选框作为选择行的第一列。用户选择行后,我需要通过单击按钮获取选中复选框的行。请帮忙做到这一点。我是 DevExpress 控件的新手。
I have an DevExpress aspxGridView with GridViewCommandColumn checkbox as the first column to select rows. After user selects rows, I need to get the rows where the checkbox is checked in a button click. Please help to do that. I am new to DevExpress controls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用以下支持中心票证中描述的方法:
http://www.devexpress.com/issue= Q303022
如果只需要检索特定选定行的键/非键值,请使用 ASPxGridView.GetSelectedFieldValues 方法。
Try to use the approach described in the following Support Center ticket:
http://www.devexpress.com/issue=Q303022
If it just necessary to retrieve a particular selected rows’ key / non-key values, use the ASPxGridView.GetSelectedFieldValues method.