Thank you for reporting this bug. We will make it our priority to review this report.
Grid Scrolling Issue
Grid Scrolling Issue
Reposting my thread from Q&A: http://ift.tt/1z2ChCI
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:
Attachment 51128However 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:
Attachment 51129I 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 Issue
Aucun commentaire:
Enregistrer un commentaire