This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, I have a problem with the WPF PropertyGrid multiselection. I have two objects of same class that has another class as nested property. The nested class implements equality comparison. When I multi-select two objects that have equal nested objects the property grid shows the editor right for the nested property. However, when I modify the nested property in editor the value is changed to only one of the objects, not them all. I have attached a test Visual Studio project that reproduces the issue. To reprocude with the test application: 1. Write a new value for SubObject's NotWorkingProperty in the property grid where the objects are multi-selected. 2. Click Refresh. 3. Observe that the value was not set into the both objects correctly by examining the property grids of the individual objects. |
|