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.
ADAdministrator Syncfusion Team October 12, 2004 08:06 AM
Hi Ted,
EndEdit calls ConfirmChanges if CurrentCell.IsModified = true.
After ConfirmChanges returns back the EndEdit will end editing for the current cell (e.g. take away the focus/caret from the textbox).
If you call ConfirmChanges directly the current cell will remain in edit mode. Only CurrentCell.IsModified will be reset and changes are saved to the underlying style object.
Stefan