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.
HBHareesh Balasubramanian Syncfusion Team April 7, 2020 12:10 PM UTC
Hi Juan,
Greetings from Syncfusion Support.
We have validated your reported problem at our end and for the we have prepared a sample using popupOpen event. And the sample can be downloaded from the following link,
Code snippet:
function onPopupOpen(args) {
if (args.type === "Editor") {
let end = document.querySelector(".e-end-on-element").ej2_instances[0];
end.getItems()[0].style.display = 'none';
end.index = 1;
end.dataBind();
let interval = document.querySelector(".e-end-on-element").ej2_instances[0];