How to intercept the datagrid just before it is commiting the values to the underlying datasource?

  • Thread starter Thread starter Frederik Wehlin
  • Start date Start date
F

Frederik Wehlin

Hi,

I´m having problems with the datagrid. I have bound it to a table where one
of the columns does not allow null. I the user forgets to fill in this value
in the textbox I want catch it before the datagrid tries to right it back to
the datasource.

It would be nice if an event like CommitingToDatasource existed on the
datagrid.
 
Back
Top