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
290
igGridUpdating and Numeric Editor seperators
posted

We are using 2012.1, MVC2 and IE8. We are passing a GridModel to the view, with cell editing enabled using the numeric editor type. At runtime, when the grid is created, we set the GroupSeperator and DecimalSeperator properties of the ColumnUpdatingNumericEditorOptions class to string.Empty. However, at runtime the values in the cells always contain commas. 

We then attempted to reset the value during iggridupdatingeditcellended via ui.editor.igNumericEditor('option', 'groupSeparator', ''). This also had no effect.


What am I missing?


Thanks,

Bob


Parents Reply Children