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
  • 9694
    posted

    Hello,

    Just noticed your post from last year. Sorry it wasn't answered. We received a huge influx of posts last year and we are going through addressing everything that was missed!

    Is this something that you were able to resolve? If not, are you saying that if an editor is in edit mode and if the underlying data is changed that the editor does not update until you exit edit mode?

    Thank you!

Reply Children