获取 Gridview 中选定的行(dxexprince 10 aspx.net)?

发布于 2024-09-13 11:16:22 字数 209 浏览 5 评论 0原文

我是 Dxpreince 10 的新手。(并且我不认为我是这方面的专家)
我写了一个简单的网页。为了在网格视图中设置值,我使用列表并将其绑定到Aspxgridview.Datasouce。那么如何访问所选行?(请帮助提供示例代码)
我想在我的自定义方法中而不是在选择更改的方法中获取此值!并访问此记录的所有部分,其中任何部分都不

应使用客户端事件

Im new on Dxpreince 10.(and don't think im expert on this)
I wrote simple webpage. For setting values in grid view i use list and bind that to Aspxgridview.Datasouce. so how access to the selected row ?(plz help with sample code)
I want to get this value in my self defined method not in Selection-changed method! and access to all part of this record no one part of that

should use client-side event

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

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

发布评论

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

评论(2

清风不识月 2024-09-20 11:16:22

您是否尝试过 FocusedRowIndex 属性?

文档:
FocusedRowIndex

Have you tried the FocusedRowIndex property?

Documentation:
FocusedRowIndex

山色无中 2024-09-20 11:16:22

使用

ASPxGridView.GetRow(ASPxGridView.FocusedRowIndex)

方法用于此目的。

Use the

ASPxGridView.GetRow(ASPxGridView.FocusedRowIndex)

method for this purpose.

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