Version : 6.1-p20190721
I am trying to use grid.clearRowErrors(i); in one of the scenario of my use-case but it does not clear the errors. But When row is marked for deletion and had some errors, then grid.clearRowErrors(i); works.
Is it intentional behavior. Do we any way to skip validation in grid row in one scenario only?
Thanks,
I am trying to use grid.clearRowErrors(i); in one of the scenario of my use-case but it does not clear the errors. But When row is marked for deletion and had some errors, then grid.clearRowErrors(i); works.
Is it intentional behavior. Do we any way to skip validation in grid row in one scenario only?
Thanks,
Comment