We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon