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!>
Thanks for joining our community and helping improve Syncfusion products!
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"
This behaviour seems to be independent from framework used.
Below is your example from official documentation about grid selection in Angular- 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