This question is locked. New answers and comments are not allowed.
Hi,
I want to know, how can I update my data in a RadGrid smooth when my bound datasource has changed (only the values behind have changed no entries have been added or removed).
I use the PropertyChanged event or I call Rebind() and this updates the data, but the problem is,
that the selected item and the scroll postion gets lost. The grid jumps to the top to the first entry.
I can select the current Item and call ScrollIntoView(), but this doesn´t satisfy me.
ScrollIntoView() just scrolls until the item is visible, but before it could be in the middle of the screen, so when I update I have a jump of some rows and the selected item is on the top now.
What is the recommended way to do this?
Is there a way to silent update the data or read and set exacly the scroll position?
I hope I expressed me clear...
Regards,
Johnny
I want to know, how can I update my data in a RadGrid smooth when my bound datasource has changed (only the values behind have changed no entries have been added or removed).
I use the PropertyChanged event or I call Rebind() and this updates the data, but the problem is,
that the selected item and the scroll postion gets lost. The grid jumps to the top to the first entry.
I can select the current Item and call ScrollIntoView(), but this doesn´t satisfy me.
ScrollIntoView() just scrolls until the item is visible, but before it could be in the middle of the screen, so when I update I have a jump of some rows and the selected item is on the top now.
What is the recommended way to do this?
Is there a way to silent update the data or read and set exacly the scroll position?
I hope I expressed me clear...
Regards,
Johnny