Getting the Checkbox Ids in DexExpress AspxGridView
I have an DevExpress aspxGridView with GridViewComm开发者_如何学运维andColumn checkbox as the first column to select rows. After user selects rows, I need to get the rows where the checkbox is checked in a button click. Please help to do that. I am new to DevExpress controls.
Try to use the approach described in the following Support Center ticket:
http://www.devexpress.com/issue=Q303022
If it just necessary to retrieve a particular selected rows’ key / non-key values, use the ASPxGridView.GetSelectedFieldValues method.
精彩评论