获取 DexExpress AspxGridView 中的复选框 ID

发布于 2024-11-07 22:58:24 字数 130 浏览 1 评论 0原文

我有一个 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 技术交流群。

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

发布评论

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

评论(1

段念尘 2024-11-14 22:58:24

尝试使用以下支持中心票证中描述的方法:

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.

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