AD
Administrator
Syncfusion Team
May 21, 2003 08:43 PM UTC
For the first task (no empty cells), handle the RowLeave event, and check each of the 4 values to see if one is empty. If it is, set e.Cancel = true to abort the RowLeave.
To remove a record, try using grid.Binder.RemoveRecords method.