When I add a new item to the bound collection in my view model the radgridview scrolls to the top on its own.
How to prevent this from happening ? I saw a similar thread with no solution : http://www.telerik.com/forums/disable-scroll-on-changing-collection
3 Answers, 1 is accepted
0
Dimitrina
Telerik team
answered on 10 Apr 2015, 12:24 PM
Hello Manoj,
Generally, the ScrollBar is Reset as a CollectionChanged notification with action Reset is raised for the source collection. If the Action is Add or Remove, then it should stay as it is. Would you please subscribe for the CollectionChanged event and check what the e.Action it?