Hello,
I have a DHTMLX enterprise license for suit 6.4.2.
license reg. number - 19007023.
I am using DHTMLX Grid, I have multiple columns that are expanding and collapsing on click of the one Main column.
I need to show or hide columns for some functionality and for that I have used below function.
grid.hideColumn(col);
When I’m hiding columns and scroll grid horizontally, the last 2-3 columns doesn’t load due to hidden columns in between.
For E.g I have 15 Columns in My grid, now Columns 5 to 10 are hide by default and it will Hide/Show on click on some anchor tag on Header of 11th column. Now I am facing problem in loading my last 2-3 columns while i am checking it with horizontal scroll.
Same issue we have found in below link.
https://snippet.dhtmlx.com/985oj5b9
Will you please help in this?