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!

3
Votes

Not able to select the record in Visualized Grid after certain actions.

(1) it does not happen if EnableVirtualization="false"
(2) it does not happen if I remove this line: <GridEvents Created="OnGridCreated" TValue="MyGridRow" /> Which is strange because in the sample project, the OnGridCreated method

when I set Height="2000" instead of 500, I get a couple of errors/exception in the console:

(1) Immediately when loading:

2) When selecting a row:

Error: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')