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!

8
Votes

I'm using the Grid with the MultiSelect checkbox feature to select data, but I wanted to disable some rows and it is working fine, but when using the select-all action has a weird functionality, is only taking into account the first record of the page for the condition, I'm using the `RowSelection` event to cancel the selection, but looks like this event is only called once when we use the select-all action, here some gifs about the behavior:

selectAllEnables.gif

selectAllDisables.gif