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!
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.