Looping the rows in grid for selected items

Hi
I have a datagrid with multi-select option activated. How can I loop around only for those rows that has been selected by user? I would prefer looping through the datasource, if possible.

Thanks for your help

Hi,

If I got you right, you want to filter out all selected rows by those which a user selected? Unfortunately, there is no such possibility. You can only obtain all selected rows by the getSelected() method.

Regards,
Gleb

Thank you anyway. getSelected() also works as alternative!

regards