This question is locked. New answers and comments are not allowed.
What is the correct way to find out if the current record has errors/ is valid? I'm using the CellValidating method, and set e.IsValid, but later I'd like to check to see if the grid has any errors later. I could set my own variable, but it seems like the Grid should expose this somehow already.
Thanks
Thanks