0

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.

Joh
  • 1
  • 1
  • 1
  • What datasource do you use? And have a look here if it helps http://stackoverflow.com/questions/2602978/aspxgridview-find-control-checkbox-and-check-if-it-is-checked-or-not – Ruben May 19 '11 at 13:25

1 Answers1

0

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.

Mikhail
  • 9,186
  • 4
  • 33
  • 49