ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: mraj on August 08, 2024, 01:09:34 pm
-
I have provided many validations in the grid columns, like unique checking function , non negative values, etc.,
When I paste invalid data from the excel, the validations are not working. and the data is getting paste even i have allowinvalid:false
Please tell the sequence, workaround to overcome this
thanks in advance
-
Please use
pasteModel: {allowInvalid: false},