yura620310
28 Oct 2010, 9:15 AM
I have a LiveGrid which is being updated periodically. But after the call to gridStore.reload() the vertical scroll position is lost. The result is that the data was refreshed, but scrollbar is being reset and moved to the topmost position.
I found the solution for the simple GridView here:
http://www.sencha.com/learn/Ext_FAQ_Grid#Maintain_GridPanel_scroll_position_across_Store_reloads
Can anybody advice something similar for the LiveGrid?
I found the solution for the simple GridView here:
http://www.sencha.com/learn/Ext_FAQ_Grid#Maintain_GridPanel_scroll_position_across_Store_reloads
Can anybody advice something similar for the LiveGrid?