Re: Datagrid. Keep scroll position after repopulating

2015-12-13 Thread Jostein
Hi, Than you. I will try this. -Jostein torsdag 10. desember 2015 09.23.04 UTC+1 skrev jaga følgende: > > Hi, > > I achieved this. To summarise:- you must get access to the table's inner > scroll panel for the central table. Once you have this you should cache its > position everytime it

Datagrid. Keep scroll position after repopulating

2015-12-10 Thread jaga
Hi, I achieved this. To summarise:- you must get access to the table's inner scroll panel for the central table. Once you have this you should cache its position everytime it changes. Now when new data is pushed you reset its position to cached position. - -- You received this message

Datagrid. Keep scroll position after repopulating

2015-12-08 Thread Jostein
Hi, I am using a Datagrid that can contain up to 200 rows of data. A scroll bar appears if there is more data than fits in the visible part of the table. The table is repopulated every 10th second automatically (timer) to reflect changes done by other users. The problem is that when