Hello,
I want to use the grid to let a user update data in a grid and store it in the database. But the saving mechanism is not triggered on the update row, because the user wants to apply all the changes and save after the changes are complete.
I store the row ids in an array and want to access the rowdata of the rows now. For that (getrowdata) I need the corresponding row index. But I don’t see any way to get the row index of a row id, in your examples you always use the getselectedrow function, but in my case the row is not selected any longer and I can’t select a row by the row id, I would need the row index for that.
I could save the row index together with the row id in the updaterow callback, but if I am not mistaken the row index changes with sorting and filter options, which are active in the grid.
So, is there any way to get the rowdata or the row index with just the id?
Regards
Klaus