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!

4
Votes

I have a grid that is multiselection, I've configured it to have a checkbox, but also I required to clear the selections all by using the method 

ClearSelectionAsync method, the issue is that using the header checkbox is not the same as doing it from the method, I created a playground where this example is more clear, the 

IsHeaderCheckboxClicked is only true when doing it manually, not programmatically


Here you have my example