Is there an event that is fired from jqGrid to notify that a certain group is expanded or collapsed? I have searched in the internet and I found there is an event for treeGrid but not sure about jqGrid. I wonder if jqGrid has one so we can know if user is expanding / collapsing certain group by listening to that event.
Thanks!
There are exist callback
onClickGroupstarting with jqGrid 4.0.0 (see here) and jQuery EventjqGridGroupingClickGroupstarting with 4.3.2. The parameters arehid,collapsed. See the answer and this one for the corresponding code examples.