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();