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 am trying to prevent the user from editing the cell programmtically. I handles this in the CurrentCellStartEditing and set e.Cancel = true. It works fine with edit box, but I am unable to prevent the combo-box cell type goes into edit mode.
Is this the correct handler to use?
thanks.