Completed
Last Updated: 02 Jun 2014 11:58 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 26 Aug 2013 05:03
Category:
Type: Bug Report
0
FIX. RadListView - Wrong selection when bound to BindingList
To reproduce:
Add a ListView and bind it to a BindingList of some class. Clear the binding list and fill it again a few times. You should see that one item is selected and another has MouseOver effect.
Workaround:
this.radItems.ListViewElement.ViewElement.ViewElement.ElementProvider.ClearCache();
0 comments