Question
Is there a way to restrict max no of rows selection in a grid.
Hello,
I have the data bound to a grid with column1(string),column2(checkbox).
we have around 32 rows.
I should allow max 16 rows to be checked and allow only 16 rows to be passed as parameter to the service.
Can we achieve it in the grid.
Also if there are any other option, how can i do it.
Thanks
Sunay

