I am using the 'number' type for entering floating point numbers into a jqGrid grid. I am able to format the floats for rendering witha comma (we use a comman in Europe as decimal seperator). However the input fields (edit form or inline) still assume that that entered floating point numbers use a dot and not a comma.
formatoptions: {decimalSeperator : ','}
seems to influcence the rendering but not the validation of the input data.
Any reasonable options here?