Grid resizing bugged under 4.4

Hello,

i recently updated to 4.4 and now resizing of the grid won’t work anymore. I didn’t change anything, I tried enableAutoWidth though, which resulted in the grid not resizing at all.

Right now the grid resizes, but not properly. If I start on 400 x 400 pixels for example, the grid will never get bigger than this when resizing, but smaller works. If I resize the window too 350 x 300 it works, but 500 * 600 results in big gray bars on everything what’s bigger than the initial 400 x 400.

Can anybody help here?

Also I figured out that none of the resizing events are fired. Not from the window and not from the layout which contains the grid. ResizingFinish events are not fired on browser resizing.

Unfortunately the issue cannot be reproduced locally.
Could you please, provide with a complete demo, where the problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

Hello,

here is an example. Code is indetical, but fetching data is not working. But the problem is the same, as you can see the grid or its container does not resize itself when the window is resized.

Here you can download the .zip from Google Drive:

https://drive.google.com/file/d/0BzDCkoF7PIUMOTZmV2FpcmxKeTA/view?usp=sharing

Please, try to attach your layout to the body the following way:
layout = new dhtmlXLayoutObject(document.body, “1C”);
Refer to the attached modified demo.
resizing.zip (485 KB)

thank you, that seems to work fine now!