ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: juroinstruments on June 28, 2024, 06:47:34 am

Title: Is there any options to cascade checkboxes from multiple columns
Post by: juroinstruments on June 28, 2024, 06:47:34 am
example)
treeModel: {
                    id: 'id',
                    parentId: 'parentId',
                    dataIndx: 'id'
                }
data : id / check1 / check2 / check3 / check4


have 4 checkbox column
each column needs tree cascade checkbox like attached image

If there is no such option, I will write it manually with the check events
Title: Re: Is there any options to cascade checkboxes from multiple columns
Post by: paramvir on June 28, 2024, 12:56:51 pm
I'm afraid cascading checkboxes are displayed only in the treeModel column currently.
Title: Re: Is there any options to cascade checkboxes from multiple columns
Post by: juroinstruments on June 28, 2024, 02:27:33 pm
ok. I'll do it by check events.

thx for your answer