Check if a dataGridView has errorText set on any of it's cells

Posted by user271077 on Stack Overflow See other posts from Stack Overflow or by user271077
Published on 2010-03-08T10:06:39Z Indexed on 2010/03/08 10:36 UTC
Read the original article Hit count: 165

Filed under:

How can I know if a datagridview has errorText on any of it's cells. I have a Save button which I want to enable only if all cell values are valid meaning that none of the cells have errorText set

© Stack Overflow or respective owner

Related posts about c#