checkbox: true, cascade: false, useLabel: true
beforeCheck: function(evt, ui){ var G = this.Group(); G.getCheckedNodes().forEach(function(node){ node.pq_group_cb = false; node.pq_cellstyle[ui.dataIndx] = {}; }) }, check: function(evt, ui){ var style = ui.rows[0].rowData.pq_cellstyle = {}; style[ui.dataIndx] = { "background-color": (ui.check? "#aaffff": "") } },