OU
Oussax
December 19, 2002 09:55 AM UTC
I didn't try this but it helped me in other case:
private void myDataGrid_Leave(object sender, System.EventArgs e)
{
this.BindingContext[dataSet,"TABLENAME"].EndCurrentEdit();
this.BindingContext[dataSet,"TABLENAME"].EndCurrentEdit();
}
PE
PeterB
December 19, 2002 01:46 PM UTC
Thanks for the input but this did not work.
The event does not seem to fire when going to a menu so the code will not execute.
Any other ideas are welcome...