Page 1 of 1

[REACT] Multi selection doesn't work

Posted: Thu Mar 30, 2023 11:07 am
by jit@flowit.dk

Hi,

Please see attached video clip. The dragSelect feature basically doesn't work. It works until I make changes. And we often experience focus jumping to the far side of the column panel when clicking on a cell which the video also shows.

According to the documentation (https://bryntum.com/products/gantt/docs/api/Grid/view/mixin/GridSelection#config-selectionMode) dragSelect:true requires multiSelect:true to be set - although it's not set in the online demo. But it does not seem to make any difference when I do set it.


Re: [REACT] Multi selection doesn't work

Posted: Thu Mar 30, 2023 2:03 pm
by joakim.l

Hi Jimmy.

Thank you for reporting this to us.

All that you show in the attached video should be working. We will fix this: https://github.com/bryntum/support/issues/6491

You are right about the dragSelect requiring multiSelect. But we decided to make it easy and if you activate dragSelect, multiSelect will also be activated automatically.


Re: [REACT] Multi selection doesn't work

Posted: Thu Mar 30, 2023 2:44 pm
by jit@flowit.dk

Thanks - appreciate the swift response