0
votes

I have an DevExpress aspxGridView with GridViewCommandColumn 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.

1
What datasource do you use? And have a look here if it helps stackoverflow.com/questions/2602978/… - Ruben

1 Answers

0
votes

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.