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 examplehttp://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}}" />
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!
"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"
This is behaviour that I actually want. How do I do this?