Hi All
The application I'm developing has a requirement for the users to select multiple rows in a list and then perform some action on each row selected
I know it's possible to make multi row selectiona by pressing CTRL+click to select each row
However I'd like to try and find a more user friendly way to achieve this...
Ideally each row has a checkbox on the left and user selects that... but I dont think thats possible
Does anyone have any tips or custom code which would allow me to select multiple rows
thanks
Paul