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.
KPKokila Poovendran Syncfusion Team January 24, 2024 07:29 AM UTC
Hi Roberto Perdomo,
We have already considered the reported issue “Exception occurs during complex type validation" as a bug from our end and the fix for the issue will be included with our upcoming patch release ,which is expected to be rolled out in mid-February 2024. Now you can track the status of the reported issue through the feedback below,
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
KPKokila Poovendran Syncfusion Team February 1, 2024 10:43 AM UTC
Hi Roberto Perdomo,
To ensure thorough validation of complex models, it is
necessary to apply the ValidateComplexType attribute in conjunction with
the ObjectGraphDataAnnotationsValidator. This combination allows for
comprehensive validation of the entire object graph of the model, as detailed
in the official Microsoft
documentation. Furthermore, when working with the DataForm component, it is
advisable to employ a common abstract class as the base class for both the
Model class associated with the DataForm and its dependent classes, as outlined
in our UG
documentation. Additionally, we have provided a sample for your reference.