Categories | Question details Back To List | ||
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 */ |