We find Below issue when grid is enabled with split Mode(frozen columns)
-
When the multiline and splitAt (frozen columns) are enabled– then the rows of frozen columns are not in line with the non-frozen columns.
mygrid.enableMultiline(true);
mygrid.splitAt(4);
-
When we use splitAt along with column filter – filter is not working for the frozen columns.
-
We tried to have auto width for columns according to cell content size. Tried below approaches – but facing issues
a. adjustColumnSize – it resizes the column without considering the header size
b. enableAutoWidth – it causes the web page to hang
Please suggest options to resolve above issue.
-
Unfortunately the problem cannot be reproduced locally.
The following sample works well:
dhtmlx.com/docs/products/dhtmlxG … iline.html
If the problem still occurs for you please, provide with a complete demo or share with a demo link, where the problem can be reconstructed.
-
The filters work well for me locally in the frozen part of the grid. If the problem still occurs for you please, provide with a complete demo or share with a demo link, where the problem can be reconstructed.
- We tried to have auto width for columns according to cell content size. Tried below approaches – but facing issues
a. adjustColumnSize – it resizes the column without considering the header size
adjustColumnSize() function works well for me locally for the frozen part of the grid.
b. enableAutoWidth – it causes the web page to hang
the method is incompatible with the splitAt() by it’s logic. Also there is no sense in the splitAt() usage in case of using the enableAutoWidth() as there is no horizontal scrollbar in your grid.