Subgrid auto resize on window maximize / minimize

Hello

We have a main grids containing lot of subgrids. Problem is when we resize dhtmlx window the expanded subgrids width remains same as its main grids initialize width. Expanded subgrids not seems responsive. But when we expands a subgrid after maximizing the window, it works fine.
dhtmlx version we are using is 3.5.

mysubgrid.setInitWidths("*,*,*,*,*,*,*");

You need to call the onGridReconstructed event for your grid after your window is resized.
For example: