Hi,
Use DataSet.HasErrors, DataTable.HasErrors or loop through DataTable.Rows
and check DataRow.HasErrors (DataRow.GetColumnsInError will give you the
faulty columns).

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
> im using rowChanging and columnChanging events to present a message to the
> user about wrong content of a cell in the dataGrid.
[quoted text clipped - 3 lines]
> how can i do that? any idea?
> thanks
s-galit - 27 Sep 2004 09:09 GMT