Hello,
I'm testing the PropertyGrid to see if it fit my needs.
I have two objects with the property Name. If I select both objects the PropertyGrid shows only once.
It is possible to show both Name properties of the objects?
Hello,
I'm testing the PropertyGrid to see if it fit my needs.
I have two objects with the property Name. If I select both objects the PropertyGrid shows only once.
It is possible to show both Name properties of the objects?
Hi Snupru,
With the default data factories, if you are editing two objects in a PropertyGrid and they share a property with the same name, PropertyGrid will show a merged version of that property where the value shows if it's the same between the two.
The only way to alter that behavior would probably be to make a custom data factory. There is a QuickStart sample that shows use of a custom data factory that might be a good reference for doing something like this.
It works...but...
All properties have a CustomTypeConvert. If I use the "CustomPropertyDataAccessor " my CustomTypeConverters are no longer called.
Hello, if you'd like us to look into it, please make a new very simple sample project that shows a comparison of the standard factory and your custom data factory and what is not working in the custom case. Send that to our support address and rename the .zip file extension so it doesn't get spam blocked. Reference this thread in your email. Thanks!
Please log in to a validated account to post comments.