We’ve tried using splitAt in combination with loadSizeFromCookie / enableAutoSaving and it causes the grid appearance to be messed up.
The documentation mention about “Split Mode” mentions that “this mode is incompatible with some grid functionality”:
“Split Mode. Frozen Columns
You can activate split mode to have Grid(TreeGrid) separated into two parts with independent horizontal scrolling.
Important: we recommend using this mode with some performance optimization technologies (paginal output, smart rendering) taking into account complex script processing in split mode.
Important: this mode is incompatible with some grid functionlity.”
1) Is it true that the splitAt() does not work with loadSizeFromCookie()?
2) Is there a work around for the issue, like maybe some way to save the sizes in custom javascript?
3) Is that something that might be fixed in the future?
Thank you,
Michael
===================================================
code sample: (compare with loadSizeFromCookie() on and loadSizeFromCookie() off)
===================================================
Grid Test
This bug was confirmed and fixes. Fixed file was send you by email