Author Topic: Validation  (Read 2295 times)

daverene

  • Newbie
  • *
  • Posts: 23
    • View Profile
Validation
« on: June 06, 2017, 04:28:47 am »
When pasting in data into a grid, I have a few select editor drop down boxes. How do I get the grid to display an invalid message in a row if the data being pasted in does not exist in one of the select editor drop down boxes?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Validation
« Reply #1 on: June 06, 2017, 11:34:20 pm »
There is no direct way to do it.

You need to write validation callback to iterate through column.editor.options and match them with new value in cell.