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 },
]