我是 Dxpreince 10 的新手。(不要认为我是这方面的专家)
我写了简单的网页。对于在网格视图中设置值,我使用列表并将其绑定到Aspxgridview.Datasouce
. 那么如何访问选定的行?(请帮助示例代码)
我想获得这个值my self defined method not in Selection-changed method! and access to all part of this record no one part of that
应该使用客户端事件
我是 Dxpreince 10 的新手。(不要认为我是这方面的专家)
我写了简单的网页。对于在网格视图中设置值,我使用列表并将其绑定到Aspxgridview.Datasouce
. 那么如何访问选定的行?(请帮助示例代码)
我想获得这个值my self defined method not in Selection-changed method! and access to all part of this record no one part of that
应该使用客户端事件
您是否尝试过 FocusedRowIndex 属性?
文档: FocusedRowIndex
使用
ASPxGridView.GetRow(ASPxGridView.FocusedRowIndex)
为此目的的方法。