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

We use the CSLA business object framework and we need the ability to control the creation of a new object when adding to your sfGrid component in Blazor.  You currently use reflection to create a new instance of the object but that does NOT work for us as we have to initialize the object ourselves with non-default values before returning a new instance which in our specific case requires us to use a factory class called DataPortal to send the object to another server to get initial values before being returned and bound to your grid for adding.  I currently see no way to take over this process unless I am missing something in our evaluation.