Hi ,
I have a ReadonlyTable with more than 15 rows .
My requirement is to select 3 - 5 rows on the tabe and delete the selected rows.
For this i used 'Multiple row Select' as shown in below screen To get checkbox multiselect rows at a time.

1.I have created delete invoke button action .
2.passing the dataitem as input to my Action class.
Iam also getting the selected row value in my action class when a single row is selected on the readonly table .
ISSUE :
My problem is if i select more than one row at a time , Iam getting only the row value even if i check two rows as in below screen.

have any encountered this problem for selecting multiple rows at a time on a table .
If any solution for this please help.
Regards
Sri