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!

0
Votes

<GridSelectionSettings CheckboxOnly="true" AllowDragSelection="true" Type="Syncfusion.Blazor.Grids.SelectionType.Multiple"></GridSelectionSettings>


1. 'Space' key function of selection

only working for on&off at the same time in the area of checkbox

In other column, only off function is working well.

I am thinking if space key is working well in the column of 'checkbox', then it could be available in other columns also.


Replication steps:

-->Run the sample -:https://blazorplayground.syncfusion.com/embed/LtrTNghLMlFvcvQW?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

-->The select the row using checkbox with space key .then move to the column cell press the space key the row will be deselected this is an issue.