Hi,
I need to automatically select the last selection of record in a grid after refresh grid.
I have two buttons one 'move up' and one 'move down' (to set sort order of records)
The user select a row (and after some operations in server side I refreshing the grid) and the user need to continue work with that row (continue 'move up' and one 'move down' as needed).
I have the id of the last selected row. how can i automatically select that row by javaScript? (even by an unsupported way)
Thanks in advance!