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
755
XamTextEditor not being updated with a altered value
posted

Using an XamTextEditor i'm not able to show an altered value while in edit mode.

Having business code in my business object i cannot reflect the changes to the XamTextEditor, when i replace the XamEditor for a default TextEditor everything works fine.

See an example
http://social.msdn.microsoft.com/forums/en-US/wpf/thread/6f78d75f-9769-4ff9-a76f-c2af0040d9b0/

Doesn't work:

<
igEditors:XamTextEditor Text="{Binding Path=Naam, Converter={conv:DBNullToEmptyConverter}}" />

Works:

<TextBox Text="{Binding Path=Naam, Converter={conv:DBNullToEmptyConverter}}" />

Parents Reply Children
No Data