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