AD
Administrator
Syncfusion Team
January 21, 2005 09:58 PM UTC
Try handling the CurrentCellCloseDropDown event.
private void gridDataBoundGrid1_CurrentCellCloseDropDown(object sender, Syncfusion.Windows.Forms.PopupClosedEventArgs e)
{
this.gridDataBoundGrid1.CurrentCell.EndEdit();
this.gridDataBoundGrid1.Binder.EndEdit();
}