Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
475
Get last selected row in GridView
posted

Hi all,

is there any way to get last selected row in GridView?

thanks

dayananda b v 

 

Parents
  • 1579
    Verified Answer
    posted

    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!

Reply Children
No Data