there is imposibile to see the rows from grid and subgrids h

Hello!

I have a grid with subgrids. When a open grid’s items from down to up, there is imposibile to see the rows from grid and subgrids header. How can I fix this?

ps: This is happening ONLY when I open for the first time the grids items from down to up. If I close and reopen them everything is ok.

I would like to send you a print screen if there is possible.

Thanks,
Roxana A


Are you loading subgrids in default way or using custom code for subgrid filling through onSubGridCreated|onSubGridLoaded events?
In second case you need to call
subgrid.callEvent(“onGridReconstructed”,[]);
after filling grid with data, to adjust its sizes

>>I would like to send you a print screen if there is possible.
You can send it directly to support@dhtmlx.com


I am loading subgrids in default way.


Please try to use attached js files instead of original one.
dhtmlxgrid_excell_sub_row.zip (2.39 KB)