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.
I downloaded the 2.0.3.0 release candidate.
ComboDropDown had public the ParentForm
property and I used it.
Now it isn''t and as result my user controls failed to build and were dissappeared at design mode of my project.
Regards
ADAdministrator Syncfusion Team March 17, 2004 07:42 PM UTC
Hi Stefan,
Earlier the ComboDropDown derived from the ContainerControl, but now it derives directly from the Control class. So you would have to remove all references to the ParentForm property and use the FindForm method in its place. Please try this and let me know how it goes. We appreciate your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.