Derek
2008-11-04 16:55:01 UTC
I am trying to validate data input in a datagridview.
It is throwing an error about a column not allowing Null values somewhere
between RowValidating and RowStateChanged. It is not in RowValidated, I have
a debug message in there.
Does anyone know the order of events when you move from one row of a
datagridview to another?
It is throwing an error about a column not allowing Null values somewhere
between RowValidating and RowStateChanged. It is not in RowValidated, I have
a debug message in there.
Does anyone know the order of events when you move from one row of a
datagridview to another?
--
Derek
Derek