0

我是 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

应该使用客户端事件

4

2 回答 2

2

您是否尝试过 FocusedRowIndex 属性?

文档: FocusedRowIndex

于 2010-08-05T10:19:55.403 回答
0

使用

ASPxGridView.GetRow(ASPxGridView.FocusedRowIndex)

为此目的的方法。

于 2010-08-05T10:23:47.907 回答