Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by yawen on Nov 06, 2008 17:57
open dhtmlx forum
toolTips

Hi,
I want the grid in the third set did not toolTip, what to do?
Answer posted by Support on Nov 10, 2008 02:37
In order to disable tooltip for some column, you can try to use the following method:

grid.enableTooltips("1,1,0,..."); /*disables tooltip for the 3rd column */