The mouse hover on cell displays the cell content. How can I disable this feature??
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.