toolTips

Hi,

I want the grid in the third set did not toolTip, what to do?

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 */