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

Hello,

First my compliments for the wonderfull controls!

I created a BlazorCRUD server application using the latest software (VS2022, .NET6, syncfusion 19.4.0.38).

Everything works fine: Add, Edit and Delete records, paging and grouping.

The trouble begins when i EnableVisualisation.

After Adding 13 records succesfully, the 14e record gives an exception: Index was out of range.

I think the Height property has some infuence to.

Height 220 -> 13 records succesfull added.

Height 280 -> 14 records succesfull added.

I have attached the DemoSyncFusion.razor page and some screenshots.