ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: tarunsharma on November 25, 2021, 03:24:09 am

Title: Cascade Checkbox on Row Grouping not working for collapsed rows
Post by: tarunsharma on November 25, 2021, 03:24:09 am
Hi,

I am using cascade checkbox for my grid. when i checked checkbox on grouped row, it didnt checked all the checkboxes on the detail rows.
Can you check and let me know if  i am doing something wrong. For your reference i am sharing screenshot.


 groupModel: {
                checkbox: true,
                checkboxHead: true,
                on: true,
                dataIndx: ['CustomerName'],
                menuItems: ['grandSummary'],
                summaryInTitleRow: 'all',
                titleInFirstCol: true,
                fixCols: false,
                indent: 20,
                collapsed: [true],
                title: [
                    "{0} ({1})",
                    "{0} - {1}"
                ],
                useLabel: true
            }