Friday 20 July 2012

DevExpress ASPxGridView find row index in Row Deleting Event

To find the row index of the row being deleted in a devexpress grid view you can use the code below: note: the KeyValue field must be set on the grid for this to work, if there is no id on the datasource, I just returned a unique GUID to differentiate between records.

No comments:

Post a Comment