Author Topic: validations is not working if I use Editmodel  (Read 1756 times)

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
validations is not working if I use Editmodel
« on: August 30, 2018, 12:58:12 pm »
Hello,

I am not able to do validation on particular cell if I use Edit Mode,

editModel: { clicksToEdit: 1, onSave: 'nextEdit', onTab: 'nextEdit' }

can you please tell me why it is so?
« Last Edit: August 30, 2018, 01:04:14 pm by pankajs »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: validations is not working if I use Editmodel
« Reply #1 on: August 30, 2018, 02:04:56 pm »
that editModel works fine in this demo: https://paramquery.com/pro/demos/editing_custom

Might be something else, please share a jsfiddle.

EPM Solutions

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 182
    • View Profile
Re: validations is not working if I use Editmodel
« Reply #2 on: August 30, 2018, 05:18:17 pm »
thank you. I found the answer.