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