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.
Defect #145 - Exception thrown when loading second document with custom controls
An exception is thrown when a second document with custom controls is loaded into the HTMLUI control that already has a html page with custom controls defined in it.
Steps to Reproduce
Load a html file with custom controls defined into the HTMLUI Control. Handle the PreRenderDocument event of the HTMLUIControl and associate the custom controls defined to existing Controls on the form.
Now load another html file with custom control definitions and an exception is thrown.
This issue was addressed in the knowledge based article section. I ran into the same problem and will try using HTML radio buttons instead of CustomControls for the time being.
How long away is a fix for this and does anyone have a good work around for this custom controls issue?