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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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?