Unexpected behaviour after function adjustColumnWidth

https://snippet.dhtmlx.com/x08l8afb

Hi

  1. Resize column “Country”
  2. Call adjustColumnWidth for column “Country”
  3. Resize other column
    Column “Country” changes width

video:

This solves the problem
grid.events.fire(‘afterResizeEnd’, [column])

Hello.

Thank you for your report.
The problem is confirmed. we’ll try to fix it in one of the future updates.
We’ll inform you when the fix becomes available.

1 Like

We have fixed your reported problem in the latest dhtmlxSuite update (v8.0.2).
Now the adjustColumnSize() method should work properly.
You can test it in your original snippet.
Please, download the latest available dhx.Suite build from your client’s area to get that fix.
Thank you for your report.

1 Like