C
ChrisM
Hi,
I have a DataTable. When the table is validated, I'm setting the
DataRow.RowError text for certain rows that don't match a particular
criteria. This puts a nice red '!' on the DataGrid that is displaying the
DataTable.
Later on, I want to check to see if there are any 'faulty' rows in the
datatable. Is there a way to to a single check at the table level, or do I
need to loop through each row and see if the RowError text is set?
What I'm really looking for is somthing like a DataTable.HasErrorRows
property...
Anyone able to help?
Using C#, VS2003 and DotNET Framework 1.1 SP1
Thanks,
Chris.
I have a DataTable. When the table is validated, I'm setting the
DataRow.RowError text for certain rows that don't match a particular
criteria. This puts a nice red '!' on the DataGrid that is displaying the
DataTable.
Later on, I want to check to see if there are any 'faulty' rows in the
datatable. Is there a way to to a single check at the table level, or do I
need to loop through each row and see if the RowError text is set?
What I'm really looking for is somthing like a DataTable.HasErrorRows
property...
Anyone able to help?
Using C#, VS2003 and DotNET Framework 1.1 SP1
Thanks,
Chris.