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!

2
Votes

Because of various issues I'm having with SfGrid multi selection, I'm forced to maintain my own list of selected items.

I would very much appreciate being able to select records in the grid. 

Right now, the only way I found to add items to the grid's SelectedRecords collection is through the SelectRow() or SelectRows() methods, both of which work with row index. In other words, only visible items can be selected. Unless I'm missing something?

I've already created a unique key column, so it seems to me that the grid has all the information it needs to provide this API.

Thanks.