I have a xamNumericEditor set up in a xamDatagrid and while it is in display mode it shows the correct formating of a number
basically...
<ig:XamNumericEditor Mask="{nn.nn}" ValueType="{x:Type sys:Decimal}"
(But I bind on the mask to a field on an object)
But it does not use the mask when it switches to editing of the field.
Should I be setting something else?
Thanks
Hello,
Maybe it is better to post this in the XamDataGrid forum as the editor is embedded in it but I suggest creating a style, which targets the XamNumericEditor and setting the mask there.
Alex.