Hello,
I would like to use a comma (,) as decimal separator also in edit mode (I'm using celledit). Is that possible??
It is much easier to enter a number as 12,23 rather than 12.23 (with swedish keyboard and settings).
(I'm using grid.locale-sv.js file, which has comma as decimal separator, so I would prefer edit whitout unformating the values.)
I tried to go around this with putting a function that replaced a comma (,) with a dot (.) in the beforeSaveCell event. With this function it was ok to enter a value such as 12,23 which was converted to 12.23 “in the background”. It seemed to work until I added 'formatter:number' to the colModel. After that the edited cell returns NaN so it doesn't like my “convert function”. I'm not sure why since when looking in the database everything looks good (with correct values) and when reloading the grid, it accepts the edited value and shows it as supposed.
But even if I would solve this in any way, I don't know how to solve it when adding a row, because the add function hasn't any beforeSaveCell event….
Help would be very appreciated!
/T
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top