Hello,
I am trying to set up a property grid where one my properties is a collection and I would like to use the ExtendedStringPropertyEditor to display a custom popup dialog. The available sample I found binds the ButtomCommand to some code in the code behind. However, I am using an MVVM architecture and I cannot bind the ButtonCommand to my command in my view model. I suspect that the ButtonCommmand isn't a dependancy property that can bind to the relay command in my VM.
Do you have an example of a property grid using the extendedstringPropertyEditor where the ... button can execute a command from a viewmodel using a binding?
Thanks
Jamie
Jamie Godbout