hay all. i am using property grid to add or remove an object to a collection. but when the collectioneditor is closed only once the grid refreshes. after adding another object
Implement INotifyCollectionChanged interface or use ObservableCollection class. see the link
INotifyCollectionChanged
ObservableCollection