Author Topic: Issue for Multiple row selection for v4.x to v5.1  (Read 1755 times)

francis6425

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 12
    • View Profile
Issue for Multiple row selection for v4.x to v5.1
« on: April 04, 2019, 04:09:09 pm »
Hi,

I just noticed that for version v4.x to v5.1 when using
selectionModel: {type: 'row', mode: 'block'}
The default behavior is that it will keep adding any rows clicked as selected without using the ctrl or shift key to select multiple row which i think is wrong.
Version before v4.x or above v5.1 is working correctly.

Is there any way to resolve the issue while still using v5.1?