Hi,
I have ListGrid (live grid) on a tab. Double click on a row changes tab's pane (listGrid.updateTab(...)). When I come back to the listgrid (listGrid.updateTab(...)) I want to see the last scroll position even if simple filter was enabled(now scroll always go to the beggining of grid after updateTab) How to resolve this problem? There is any handler on filter entered or workaround to get this handler?
I have ListGrid (live grid) on a tab. Double click on a row changes tab's pane (listGrid.updateTab(...)). When I come back to the listgrid (listGrid.updateTab(...)) I want to see the last scroll position even if simple filter was enabled(now scroll always go to the beggining of grid after updateTab) How to resolve this problem? There is any handler on filter entered or workaround to get this handler?
Comment