Author Topic: Paramquery grid validations  (Read 1901 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Paramquery grid validations
« 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 },
          ]


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: Paramquery grid validations
« Reply #1 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.