Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
Field is not Editable
posted

Hi,

I have custom type implemented which has data and some presentation state information encapsulated. 

For the field binding I am using EditorStyle to set the editor to XamTextEditor. In the EditorStyle I have setup a ValueToTextConverter / ValueToDisplayTextConverter for converting back and forth to custom data type. I am also binding the Foreground (presentation) property using Converter.

On the display side its working as expected. However, I am not able to edit the field. 

I have created and attached a prototype for reference. 

WpfApplication2.zip