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
1530
XamNumericEditor: How to show GroupSeparator for integer values?
posted

Hi,

how can I show the groupseparator for integer values using XamNumericEditor?

The editors valuetype is set to Int32.

I tried the following:

  •  using a FormatProvider with the desired property
  • usinig a mask {number}
  • using NO mask

Nothing changes the result: I always get 1234 instead of 1,234

 

Best,
cew3