I have jqgrid with 4 columns each with checkboxes format, I need to get All the checkboxes values selected and unselected values based on Column Names.Is it possible?
Updated : Grid Image
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.
The demo from the answer shows how to add custom button in the column header of jqGrid. In the
clickevent handler you can enumerate all rows of the grid and set the column contain totrueor'1'depend on the way how you defined the column. In the way you can implement your requirements.