Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
The concept of the new Data Form looks great. However, I tested it against some of my classes and found that it doesn't seem to handle Guid properties.
I copied the "Default Functionality" project from the demos and tried adding a public Guid GUID {get;set;} property to it.
When I run the form, I get an error message:
InvalidOperationException: Attributes may only be added immediately after frames of type Element or Component
If I change the property to public string? GUID {get;set;}, it works as expected.
Can you let me know if I've missed something?