ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: mraj on August 08, 2024, 01:09:34 pm

Title: AllowInvalid: false is not triggers validations, when pasting data from excel
Post 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
Title: Re: AllowInvalid: false is not triggers validations, when pasting data from excel
Post by: paramvir on August 08, 2024, 02:01:53 pm
Please use

Code: [Select]
pasteModel: {allowInvalid: false},