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

Currently, the complex arguments that is huge in size becomes null to avoid performance problems. In such cases, we can access those complex arguments through the component instance. But now, the component maintains only initial values alone which won't get updated during UI operations. So, we can't use this option too at the moment.

The later issue is from Microsoft Blazor. We have already created bug report () to them regarding the same.
 

So, we can get the updated complex properties through components instance once they resolve the above problem.