Grid Resizing crops last columns

Hi, I’m actually on your demo page here: JavaScript DataGrid (DataTable) UI Widget - DHTMLX Grid, and if you resize the first column to say half way in the page, the last 3 columns get cropped and we cannot see the values in the grid for those last 3 columns.

I noticed the same behavior in my grid when implementing during my trial. Is this a known issue? Can this be fixed? If not, can this be prevented somehow?
Thanks

This is the known problem related with the “virtual scroll” and incorrect calculating of the active view.
We’ll try to rework these mechanics in the future updates.
Currently the only solution is to limit the column resizing with the maxWidth property, to prevent its extending much more than the other columns.

That problem was finally fixed in the dhtmxGrid 6.4.3.

1 Like

Awesome, thanks for the update!