I’m using a grid, where each row can be expanded to a subgrid. When I click a plus, the subgrid shows, but the height of the row containing the subgrid is too large, so there is extra vertical space and it looks bad. Closing the subgrid and reopening it resolves the problem, but I need it to display correctly the first time it is expanded.
Looking at a similar topic, I was hoping this would do the trick:
subgrid.callEvent(“onGridReconstructed”,[]);
Unfortunately, that had no effect. Any other ideas?
Is there a resolution for this? I see the same problem in that my subgrid/main grid do not have proper height. “setSizes()” does not resolve it and the “onSubGridLoaded” event does not fire…