openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

use of grouping and loadonce:true causes subGrids to not work #114

Open bchr02 opened 9 years ago

bchr02 commented 9 years ago

If using grouping and loadonce:true, the subgrids do not open. I added a toggle button to see what would happen if loadonce was changed after it's initial definition and even then subgroups wouldn't open. demo here: http://www.tesllc.aero/temp/jqgrid2/

what I noticed is if at first loadonce is set to false and then it is changed to true, the subgrids work even if loadonce is changed back using the toggle button. this demo here: http://www.tesllc.aero/temp/jqgrid/

This issue only happens when grouping is enabled so it must have something to do with the code related to that.

Is this something that can be fixed so that I don't have to use this hack? Thanks.

meh-uk commented 9 years ago

Has this issue existed for a while? I'm just wondering if I can punt it to 2.0.

bchr02 commented 9 years ago

you can move it 2.0, that's fine. I found a way to work around it for now.

meh-uk commented 9 years ago

Thanks!