Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
IgGrid auto scroll to top when update data source
posted

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 appear
If 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