ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: rsgmedia on October 10, 2016, 09:51:55 pm

Title: Paramquery grid validations
Post by: rsgmedia on October 10, 2016, 09:51:55 pm
We are trying to apply validations on Paramquery grid columns. Validations like maxlen, minlen etc.
for each and very rule we are getting an error..
Error: Uncaught TypeError: e is not a function

Validations not working
Validations Object:
validations: [
              //validation
              { type: 'minLen', value: '1', msg: 'Required' },
              //warning
              { type: 'minLen', value: '3', msg: 'Better more than 5 chars', warn: true },
          ]

Title: Re: Paramquery grid validations
Post by: paramvir on October 10, 2016, 10:07:50 pm
There is no such error in the example: http://paramquery.com/pro/demos/editing_instant

Please share more details.