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
155
XamWebNumericEditor thousands separator
posted

I want to use the XamWebNumericEditor for the up/down buttons, but have no use for a thousands separator since the underlying data is actually a year. How do I remove the thousands separator from this control?

Parents
  • 495
    Verified Answer
    posted

    Hello Jason,
    Unfortunately you can’t remove the thousands separator from the control. But the possible outcome from the situation is, if you set in xaml:

    <igEdit:XamWebNumericEditor ValueType="System:Int32" Culture="nn"/>

     

     When culture is set to "nn" (or ”nn-NO”), the number will have type “1 234”.

    I hope this helps :)

    Tania

Reply Children
No Data