Deleting rows

Hi I want delete row in gridDataBoundGrid when the user don't fill or remove a fill first cell in row. I use gridDataBoundGrid1.DeleteRecordsAtRowIndex or gridDataBoundGrid1.Binder.RemoveRecords but every time shows message "Deactivate called while the current cell was in process of activating or deactivating a call".

1 Reply

AD Administrator Syncfusion Team September 23, 2003 08:29 PM UTC

Try calling CurrentCell.Lock() before deleting the rows and CurrentCell.Unlock() afterward. If that does not work, from what event do you trigger the delete? Stefan

Loader.
Up arrow icon