Styling GLITCH when ADD column is hidden

If you hide the Add column of the grid and start sliding the time area to the right the grid ‘shifts’ to the left.
Any quick fix?

Hello,
Thank you for sharing that information.
Looks like it happens if there is the resizer in the column. It is not related to “add” column it will happen with any column when it is the most right and it has the resizer:
http://snippet.dhtmlx.com/d13b7909e
http://snippet.dhtmlx.com/42ba73a4d
http://snippet.dhtmlx.com/ebe2b4cc5

A quick fix would be to check if the column is the most right and disable the resizer.

Here is the snippet:
http://snippet.dhtmlx.com/b957a57a0
It is not an ideal solution as it doesn’t always restore the resizer. But you can implement your own solution basing on it.

I added that bug in the tracker. The dev team will fix it in future versions.

1 Like