Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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

When I first select a row in the grid with the Ctrl/Cmd key down, and then select another row, multiple selections don't work. For multiple selection to work, I have to select a row without holding down the Ctrl/Cmd key, then press the key again and select another rows.

It's working fine with the Shift key though.

This is really strange behaviour and not intuitive, because I am using 

:selected-row-index="0"
and until I choose another row without Ctrl/Cmd key multiple selections don't work.

This behaviour seems to be independent from framework used.

Below is your example from official documentation about grid selection in Angular

Steps to reproduce problem:
- Hold down Ctrl/Cmd key

- Select any row
- Select another row
- Multiple selection doesn't work - only last clicked row is selected


Steps to make it work:
- Select any row
- Hold down Ctrl/Cmd key
- Select another row
- Multiple selection does work