Hello makers of the mighty jqGrid plugin! I've been working with your grid for quite some time and I'm always amazed about how much it has to offer.
I have just started using the subgrid feature and noticed the corresponding events are not “complete”. In my scenario, I need to do some processing after a row has been collapsed. I figured, the event for this task would be the subGridColapsed event. But its semantics are more like a subGridRowCollapsing event, since it is fired BEFORE the row is collapsed and can cancel the operation. I need to do processing afterwards, and there does not seem to be an event for this. I'm currently working around this issue using a setTimeout in the subGridColapsed event handler, but this is definitely not pretty. Please introduce this new event!
Thanks and keep up the great work!
Christoph
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top