Hi Abu,
I see the above event fired when I select or deselect a row but if I click on the top checkbox and (de)select all rows in one click, the event is not fired. This is unexpected.
Regards
Gary
P.S. where do we get a complete list of all events please?
3 Answers
Perhaps, you need this event: onSelectAll
Complete list can be checked using this online resource. This is core JS library we’re using behind php code.
Hi Abu,
I have sent you the same grid code for another ticket today via email. I could not figure out the following:
- How can you use your set_events PHP method to trap this event since your events have “_” characters? Your method does not seem to work with:
$evt[“onSelectAll”] = “my_method”; $comp->set_events($evt)
- How to directly set the property onSelectAll for the grid using native Javascript? Something like:
jQuery(“#comp”).jqGrid(‘setGridParam’……..
but I got lost at this point
Thanks
Your Answer