Is there anyway to set quota to multiselect rows? I mean how i can do :
If multiselectedrows count > 5
alert ("You Can't Select More Than 5 Rows");
I'm already checked the manual but there is no option to do this. I'm a newbie on Js/JQuery, so i don't know how to count selected rows.