Hi all,
is there any way to get last selected row in GridView?
thanks
dayananda b v
Hi, dayanandabv!
As far as I know there is no direct way to achieve this. At any selection change you can get the currently selected rows. You can use a trick and when a new selection is made to compare the result with the list of the previous selected rows (that should have been set and saved by the previous calling of the action listener method). So you can easily find out the latest selection.
Regards!
hi Bozhidar,
as of now i am doing like that only, i want to ensure that is there any better way is there.
Dayananda B V