how to bind selected users
- by kumar
I used this code to select top 5 users from jquery grid on button click..
$('#myButton').click(function() {
$('#Grid input[type=checkbox]:lt(5)').attr('checked','checked');
});
its working fyn if I click the button its checking the check boxes..
my work is after checkin any box if I click other button send the selected user need to go to…