Posted 11 February 2026, 6:03 am EST - Updated 11 February 2026, 8:07 am EST
Hi
I want to build an editable tree grid (more than 2 levels of nesting) which will have two columns. The first column would be read-only string column, and the second column would a boolean type checkbox column. My requirement is three things:
-
There should be a checkbox in the column header cell which should check/uncheck all the rows
-
When I select/unselect the checkbox of a parent row, all the nested child checkboxes should be selected/unselected
-
When partial child checkboxes are selected, the parent checkbox should be in an intermediate state (dash icon). Same for the column header checkbox.
Can you please provide a code sample for this
https://developer.mescius.com/wijmo/demos/Grid/TreeGrid/EditableTreeGrid/angular

