SmartClient Version: v11.0p_2016-11-22/Pro Deployment (built 2016-11-22)
Hi, I have a number of listgrids with fields of type "float".
On these fields I have a CellEditValueParser which takes care of parsing the value with comma as the decimal seperator incase the user has chosen this format in their settings.
This used to work fine, but has stopped working.
After checking the "value" argument that the parser recieves I can see that any commas are removed before the parser recieves the value. So if I enter 10,5 into the listgrid field, the parser recieves 105.
This ofcourse makes it impossible for me to parse the value correctly.
Do I need to change to a different type? What can I do?
Hi, I have a number of listgrids with fields of type "float".
On these fields I have a CellEditValueParser which takes care of parsing the value with comma as the decimal seperator incase the user has chosen this format in their settings.
This used to work fine, but has stopped working.
After checking the "value" argument that the parser recieves I can see that any commas are removed before the parser recieves the value. So if I enter 10,5 into the listgrid field, the parser recieves 105.
This ofcourse makes it impossible for me to parse the value correctly.
Do I need to change to a different type? What can I do?
Comment