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
605
XamNumericEditor: Binding-Problem
posted

Hello

I am using a XamNumericEditor.
Bound is the control to a datarow and its numeric column "MyValue".
The XAML-Code is appearing as following:

<igEditors:XamNumericEditor Value="{Binding Path=[MyValue]}" />
<TextBlock Text="{Binding Path=[MyValue]}"/>

When the value is changed in the editor this change is not reflected in the textblock, even though the change is written in the row.
The binding to the datarowview is not working either. Any change in the editor is recognized as an error (red frame) and the change is not written in the row.
If however I use a XamTextEditor the above example works perfectly.

What am I doing wrong?

Best wishes,

A. Kasar