ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: jamey on March 28, 2016, 06:44:02 pm
-
Is it possible to paste numbers that have been formatted with commas to cells in a column with a dataType of 'float'?
-
By default only float numbers (without formatting) can be pasted to dataType: float columns.
But it can be customized by removing commas in beforeValidate event:
In this example jsfiddle, numbers with commas can be pasted to revenues column.
http://jsfiddle.net/o2uh67ue/1/