获取 Gridview 中选定的行(dxexprince 10 aspx.net)?
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过 FocusedRowIndex 属性?
文档:
FocusedRowIndex
Have you tried the FocusedRowIndex property?
Documentation:
FocusedRowIndex
使用
方法用于此目的。
Use the
method for this purpose.