When using a bindinglist on a ListView datasource, everytime a new object is added to the List, the view will automatically select the new item.
What i would like is for the list to be updated but the selected item to stay where it is. How do prevent the default behaviour?
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 17 Aug 2012, 12:25 PM
Hi Kris,
Thank you for writing.
RadListView uses RadListSource to store its items and the latter keeps track of the current item, thus the last added item is selected. You can easily deselect this item if you do not consider this functionality useful in your case: