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
1921
XamNumericEditor format provider for Culture Number format
posted

Hi,

It seems that EditType for xamNumericEditor is double, can we change this to Int so that it will show only whole numbers without decimals.

Also I need to set this xamNumericEditor format from the CultureInfo. I tried by setting 'editor.FormatProvider = new CultureInfo("en-GB");',

but this doesnt works.

How can I achieve this through code? Can somebody help me in this regard?