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