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,
Hello,
I am checking the progress of this issue.Please let me know how my suggestion works for you!
Yes it works, thanks