I think that the origin of the problem is a litte another as you described. I see the main problem is that .trigger('click') follows to call of populatesubgrid, which use test for ts.grid.hDiv.loading (see the line of code) like in the most other places of jqGrid where $.ajax are called.
Actually, I believe that my problem is not quite the same as ones described by you. I debugged jqgrid code and was able to see that the reason is quite simple – triggering 'onClick' event on a wrong row (subgrid row instead of next “parent” row).
The code which fires that event does not check if this is right row – that code is out of condition
It's a pity that forum not automatically subscribes the topic where one write an answer. If one forget to manually subrcribe it one can easy escape from the discussion in the topic.
In any way I'm glad to read that the problem is solved and even the fix is found. It will be good for other users.
Best reagards Oleg
Author
Replies
Viewing 4 replies - 1 through 4 (of 4 total)
The forum ‘Bugs’ is closed to new topics and replies.