Hi,
the current solution works for the propertyGrid.
The CollectionControl (that is the editor for collections in the propertyGrid) also contains a PropertyGrid. If you want to use the same solution in this 2nd propertyGrid, you will have to redefine the template of the CollectionControl to set the EditorDefinitions of this 2nd propertyGrid (as done in 1st propertyGrid). You can find the original template for the CollectionControl (with the propertyGrid) here :
-Xceed.Wpf.Toolkit/CollectionControl/Themes/Aero2.NormalColors.xaml (for windows 8)
-Xceed.Wpf.Toolkit/CollectionControl/Themes/Aero2.NormalColors.xaml (for other windows)
the current solution works for the propertyGrid.
The CollectionControl (that is the editor for collections in the propertyGrid) also contains a PropertyGrid. If you want to use the same solution in this 2nd propertyGrid, you will have to redefine the template of the CollectionControl to set the EditorDefinitions of this 2nd propertyGrid (as done in 1st propertyGrid). You can find the original template for the CollectionControl (with the propertyGrid) here :
-Xceed.Wpf.Toolkit/CollectionControl/Themes/Aero2.NormalColors.xaml (for windows 8)
-Xceed.Wpf.Toolkit/CollectionControl/Themes/Aero2.NormalColors.xaml (for other windows)