Page 1 of 1

setConfig not working for selectionMode

Posted: Wed Jul 13, 2022 12:12 pm
by fcoca

Hi,

Why https://www.bryntum.com/docs/grid/api/Grid/view/GridBase#function-setConfig is not working to change the selection mode.

grid.setConfig({ selectionMode: { checkbox: false}});

The intention is to hide the selection checkbox based on condition/event.

Regards
Javi


Re: setConfig not working for selectionMode

Posted: Wed Jul 13, 2022 1:59 pm
by Animal

Right now that one property of selectionMode is the only one that is read and processed at initialization time and is not dynamic.

Here is a ticket to change that: https://github.com/bryntum/support/issues/4932


Re: setConfig not working for selectionMode

Posted: Tue Jan 30, 2024 6:07 pm
by fcoca@certinia.com

Hi, this issue was fixed, but now I can not find any documentation around https://www.bryntum.com/docs/grid/api/Grid/view/GridBase#function-setConfig

It is something supported

Regards


Re: setConfig not working for selectionMode

Posted: Wed Jan 31, 2024 10:32 am
by johan.isaksson