Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: PropertyGrid Collection Editor - Class types for new objects

$
0
0
Hi,

Try doing the following in your callbacks CollectionControl_ItemAdded and CollectionControl_ItemDeleted :
 var col = sender as CollectionControl;
 if( col != null )
 {
     col.PersistChanges();
 }
It should save the data.

Viewing all articles
Browse latest Browse all 2157

Latest Images

Trending Articles



Latest Images