How can I instruct jqGrid to directly select all checkboxes when I instantiate it? Can this be done as a parameter in the colModel somehow?
How can I instruct jqGrid to directly select all checkboxes when I instantiate it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I tried the
in the
gridCompletebut that didn’t work. Then I tried this:and that worked, it set all checkboxes to checked but what happened then is that I needed to click twice to uncheck one.
What worked for me was: