
Hello,
I have a Property grid where DataObjects are pointing to objects of type e.g. Style, this Style contains a property of type Material and each Material contains property RectangleSheet with properties 'double MaterialWidth' and 'string MaterialWidthUnit'. These last 2 properties 'MaterialWidth' and 'MaterialWidthUnit' are displayed in the property grid as DoubleEditBox and ComboBox respectively.
When I have only one selected object Style, and the user changes the values MaterialWidth and MaterialWidthUnit it works properly, the binding works perfectly, what I can check during debugging. But when I have more object Styles in DataObjects and the user changes the values so the mentioned properties are not changed. I have a small app, whom can I send the file?