Our state of the art Gantt chart


Post 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?


Post 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?


Post by kinshuks »

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


Post by tasnim »

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

Thanks for reporting,
Tasnim


Post Reply