Thank you for reporting this bug. We will make it our priority to review this report.
Grid Scrolling
Grid Scrolling
I have faced a vertical scrolling glitch in grids with locked columns. It can be reproduced in a grid from the following example: http://ift.tt/1v11ISB. Reproduced in IE 11 and Chrome 39.0.X .
Please scroll down and you can see that scrolling position is not the same for locked and unlocked parts:
grid1.pngHowever it is fixed by clicking (twice to see the same view) on Toggle Summary button at the top. Now it shows horizontal scrollbar at the locked part of grid:
I have created a fiddle to check what happens there: http://ift.tt/1FAXdzm. It seems that the issue is fixed by the following code:
Code:
var view = grid.lockedGrid.getView();
...
view.refresh();
Please let me know what configuration or overrides can be applied to fix the issue.
Thanks.
Grid Scrolling
Aucun commentaire:
Enregistrer un commentaire