I have code in the CellValidating event that sets ErrorText to display errors.
If the user then clicks the Save button, i'd like to display a message saying "Gotta fix those errors first".
Is there a way to ask the grid if it has any errors? Or do I need to loop through every cell and check its errortext?
Thanks!
If the user then clicks the Save button, i'd like to display a message saying "Gotta fix those errors first".
Is there a way to ask the grid if it has any errors? Or do I need to loop through every cell and check its errortext?
Thanks!