Version ignite-ui-full: 18.2.99
My project have problem with IgGrid. I need update data source object manual without API and used property "rowVirtualization=true".When data source large current height grid, scrollbar appearIf I scroll to bottom and update data source by $("#grid").igGrid(dataSourceObject", data).igGrid("dataBind"), the grid auto scroll to top
I want to keep position of scrollbar. Please help me
Please scroll to bottom. This issue appear in both IE and Chrome
I upload video for issue in bellow. Please check it
drive.google.com/.../view
It seems that I'm not seeing your problem.I have recorded my testing and attached the video file.Is this not what you are seeing?If not, may I have the version of you IE11?
igGrid_scroll_update_video.zip
Thank you so much,
But in your example I edited function of button.
When I press button the grid scroll to near bottom. It is not last position scroll bar before press button.
And in my project, I use grid with multi row layout. The grid working unstable in IE when I scroll to bottom.
Please help me
Thank you
igGrid_scroll_update.zip
Hello Quoc,
I haven't been able to reproduce your problem with IE11 in my environment.I have attached a sample of igGrid that I used to test this, so can you please run this on your PC and see if the problem is reproducible?The button labeled "dataBind()" under the grid calls dataBind().
Thank you,Mihoko Kamiishi
igGrid_scroll.zip
Thanks Mihoko Kamiishi,
I checked in Chrome. The grid keep position scroll when I add $("#grid").data("igGrid")._persistVirtualScrollTop = true.
But in IE 11. The grid working unstable. Sometime scroll to top, sometime scroll to near the top, sometime keep position :((
IE 11 is main browser we need support for customer. Can you help me provide other soulution for IE11?