Hey,
I'm using the ignite ui grid, and I want to show nice spinbutton.
I got this to work with the following code...
var updateColums = new ColumnUpdatingSetting { ColumnKey = "NumberRequested", Required = true, EditorOptions = "button:'spin',maxValue:100000,minValue:0.01", EditorType = ColumnEditorType.Numeric,};
My website is multilanguage, and with this comes the problem of decimal seperators. The business has decided to set the seperator to comma, regardless of the language and culture settings.
So i tried adding DecimalSeparator:',' to the editor options, but no luck. Is there a way to do this?
Kind regards,
Yes it works, thanks
Hello,
I am checking the progress of this issue.Please let me know how my suggestion works for you!
Hello Michael,
You could use the igNumericEditor’s option decimalSeparator. It overrides the regional settings, so I expect this is what you need.
http://help.infragistics.com/jQuery/2014.1/ui.ignumericeditor#options:decimalSeparator