Author Topic: AllowInvalid: false is not triggers validations, when pasting data from excel  (Read 82 times)

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Please use

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