Can dhtmlxTree selected by full row?

Hi.
I see the demo only can select the treenode text, if the text is short it is inconvenient to select the treenode. can dhtmlxTree’s treenode be selected by full row just like win7 explorer’s left navigation tree?

Thanks!

Hi
It just can be selected the next way:


Via the next CSS:
.dhxtree_dhx_skyblue .selectedTreeRow_lor, .dhxtree_dhx_skyblue .selectedTreeRow {
width: 100%;
background-color: #FFC000;
background-image: none;
border: none;
}

Or if you’ve bought a PRO version TreeGrid - you can use this component: it inherits grid property to highlight the whole row:
dhtmlx.com/docs/products/dht … basic.html