This question is locked. New answers and comments are not allowed.
In my CellValidating handler I can set my cell to show the red validation error with
e.IsValid = false;
e.ErrorMessage = "OrderNO must be longer than five characters.";
But is it possible to set this from outside the grid, i.e. when an async lookup returns some while later.
Thanks
Jim
e.IsValid = false;
e.ErrorMessage = "OrderNO must be longer than five characters.";
But is it possible to set this from outside the grid, i.e. when an async lookup returns some while later.
Thanks
Jim