I have a disabled button at my page. When a row selected at my grid I want to enable it. If any of rows is not selected it should be return to disable too. ,
How can I detect when a row is selected and non of rows is selected at jqgrid?
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.
If you use
multiselect: trueoption you should do the followingadditionally you should include in the
loadCompletethe code which disable of the button because at the beginning, after changing the sort order or after filtering (if you use it) the rows will be not selected.