Skip to main content
January 12, 2021
Question

component validation in editable grid

  • January 12, 2021
  • 1 reply
  • 0 views

Team,

I have a date component in editable grid and on that i an using validation to check if same data exist in DB for a country when user changes the existing date in grid.

After changing i am seeing that all date component in the entire grid is getting validation message rather the one updated .

Any idea why ?

    1 reply

    pedro.simoes
    January 12, 2021

    Hi [mention:3f7a8d4b3dde4eca8f76c01199a45127:e9ed411860ed4f2ba0265705b8793d05],

    You're probably applying your validation rule to the validations parameter of the grid instead of using the particular row. It's hard to help you more without actually seeing your SAIL code. Please include it so that it's easier to help you