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
550
xamNumericEditor edit Mask
posted

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

 

Parents
No Data
Reply
  • 69686
    posted

    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.

Children
No Data