ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: jamey on March 28, 2016, 06:44:02 pm

Title: paste numbers w/commas to float column
Post 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'?
Title: Re: paste numbers w/commas to float column
Post by: paramvir on March 28, 2016, 10:00:35 pm
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/