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.
if (args.Data.Id == 0 && args.Type == PopupType.Editor) //to prevent the editor on cells
{
args.Cancel = true;
}
}
To prevent both editor and quick popup on cell, use ‘args.Cancel= true;’ within OnCellClick and OnCellDoubleClick events. Also to prevent the editor popup on both cell and appointment, please refer the following UG link.