I have a grid with ASPxCheckBox
in Data Item Template
. How to get KeyFieldValue
of all rows whose checkbox is checked. I am trying to do this using client-side code and do it for whole grid not on visible index. Is it possible?
Note: I cannot use simple row selection command column as I am using it for some other purpose.