开发者

Get selected row in Gridview (dxexprince 10 aspx.net)?

开发者 https://www.devze.com 2023-01-10 13:38 出处:网络
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 ro

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


Have you tried the FocusedRowIndex property?

Documentation: FocusedRowIndex


Use the

ASPxGridView.GetRow(ASPxGridView.FocusedRowIndex)

method for this purpose.

0

精彩评论

暂无评论...
验证码 换一张
取 消