SubGrid overlays Grid

Hello

I have a little Problem with my SubGrid. It overlays the columns from the Main Grid. I found:

Grid[2].attachEvent("onSubGridLoaded", function(subGrid,rId,rInd){ 
   subGrid.callEvent("onGridReconstructed", []); 
});

but this just helps on loading. If i expand a row the first time everything is fine. If i collapse it and expand it again it doesn’t look well, like you can see on the picture.

Any ideas?

Thank you very much





Unfortunately the “bad” behavior is a designed behavior of subgrid.
dhtmlx.com/docs/products/dht … grids.html

Hello

If i sort any column or on loading it works well with “onGridReconstructed”. Any trick how i can solve this problem?

Please, provide with a complete demo, where the issue can be reproduced, so we can give a proper solution.
docs.dhtmlx.com/doku.php?id=othe … leted_demo