Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am using jquery grid in MVC Application

In my jquery grid first column is checkbox column

if I press Control key and then single click on a row it should get selected
or
If I click on the CHECK BOX selector then should get selected.

Now i am using

SQL
multiselect: true,
multikey: "ctrlKey",


for multiselect but i can't check the check box column how to get the row selected when check the checkbox
Posted

1 solution

You have to write your own code in order for selecting all the check boxes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900