Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 06, 2009 15:12
open dhtmlx forum
disable highlighting on tree onClick

How can we disable highlighting in the tree when an item is clicked?

Answer posted by Support on Jan 07, 2009 16:31
You can't block "selection-on-click" behavior, but you can made it invisible - just update css class of selected item in necessary way
dhtmlxtree.css
.selectedTreeRow{ background-color : navy; color:white; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;         font-size : 12px;  -moz-user-select: none; }