Page 1 of 1

[REACT] Inbuilt checkbox at parent level is not deselected if we uncheck all children

Posted: Tue Dec 06, 2022 1:53 pm
by kinshuks

Hi Team,

We are trying out the trial version of Bryntum Gantt and found the following issue :

for the checkbox the that we get from selectionMode feature does not deselect at the parent level when all the children are selected.

Following is the configuration we are using:

    selectionMode: {
        row: false,
        cell: false,
        multiSelect: true,
        rowCheckboxSelection: true,
        checkbox: true,
        showCheckAll: true,
        includeChildren : true,
        deselectFilteredOutRecords : true,
    }

are we missing some config that would not cause this issue?


Re: [REACT] Inbuilt checkbox at parent level is not deselected if we uncheck all children

Posted: Wed Dec 07, 2022 7:47 am
by tasnim

Hi,
I've tried to reproduce it with this demo https://bryntum.com/products/grid/examples/columntypes/ (latest version)
But I wasn't able to reproduce that issue. Could you please provide us a runnable test case so we can debug it?


Re: [REACT] Inbuilt checkbox at parent level is not deselected if we uncheck all children

Posted: Wed Dec 07, 2022 11:46 am
by kinshuks

The data in the example you have mentioned is flat we are working with tree data.


Re: [REACT] Inbuilt checkbox at parent level is not deselected if we uncheck all children

Posted: Wed Dec 07, 2022 12:53 pm
by tasnim

Reproduced! We'll investigate it. Here is the ticket https://bryntum.com/products/grid/examples/tree/

Thanks for reporting,
Tasnim