Completed
Last Updated: 15 May 2012 04:36 by ADMIN
ADMIN
Stefan
Created on: 15 May 2012 04:36
Category: PropertyGrid
Type: Bug Report
1
FIX. RadPropertyGrid - setting the SelectedObject to something and then set it to a property store, does not remove the initial items
FIX. RadPropertyGrid - setting the SelectedObject to something and then set it to a property store, does not remove the initial items

Workaround: clear the items prior setting the property store:
        this.radPropertyGrid1.PropertyGridElement.PropertyTableElement.ListSource.Clear();
0 comments