i have a list and i am trying to check if any entry/row has been selected or not.
if no entry is selected i want to select all the entries.
i can see that there is a option to selectSet($frm , $to)
in my case it would be from 0 to no of rows.
is there a way to select all entries
or is there a way to find out no of entries in the list.
without having to keep track of the path for the last entry.
Sandeep