Hello,
I need to retrieve the currently selected row index from the data source point of view.
I have grouped/sorted grid, and I need to know the selected row data source index in order to compute some action on this row.
This should be done 100% client-side, in order then to send a request to the valid data row index.
I just met the "GridClientDeleteColumn" that seems to use this kind of information to delete the proper row on the data source. I didn't got time to test it in grouped or sorted context in order to see if this control works properly but I hope so :)
Unfortunately my use case is different and I can't use this control, but need to handle it manually using the data source row index.
Any clue on how to get this original data index from client-side code ?!
Thanks in advance for your answer.
Regards.
Seb.
I need to retrieve the currently selected row index from the data source point of view.
I have grouped/sorted grid, and I need to know the selected row data source index in order to compute some action on this row.
This should be done 100% client-side, in order then to send a request to the valid data row index.
I just met the "GridClientDeleteColumn" that seems to use this kind of information to delete the proper row on the data source. I didn't got time to test it in grouped or sorted context in order to see if this control works properly but I hope so :)
Unfortunately my use case is different and I can't use this control, but need to handle it manually using the data source row index.
Any clue on how to get this original data index from client-side code ?!
Thanks in advance for your answer.
Regards.
Seb.