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

1
Vote

Issue can be replicated with this demo: https://stackblitz.com/edit/bqxd7t-nhefpe

Replication steps:

  1. Click a row to select it.
  2. Click another row with the Ctrl key pressed. (now there are two rows selected)
  3. Click the previously selected row again without the Ctrl key.
  4. -->No rows are selected (expected result: the last clicked row is selected)

    The behavior has been changed between releases 25.2.5 to 25.2.6, as demonstrated by the attached video.

    Is the new behavior intentional? I think the old behavior is better, and it's also more common when comparing to other software.