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.
In a Custom Control I use a PopupControl.
Within this PopupControl, there are ComboBoxes (which are "PopUps" as well).
The proplem is:
Whenever I open one of these Combos und try to select an entry of the Combo, the whole PopupControl closes. (with PopupCloseTyoe.Deactivated)
Any idea how to prevent the PopUp from closing and to accept the Combo-Selection???