The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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".
ADAdministrator 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
Need More Help?
Get personalized assistance from our support team.