Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Apr 27, 2008 14:33
open dhtmlx forum
Cell Hover

The mouse hover on cell displays the cell content. How can I disable this feature??
Answer posted by support on Apr 28, 2008 02:23
You can disable tooltips for one or for all columns by
    grid.enableTooltips("false,false,false"); //parameter is list of true or false values, which enable|disable tooltips for related column.