Hi, I am using dhtmlxGrid_v14_Pro_70813 professional versio


This is side effect of tooltips in grid. You can disable tooltips ( and preserver tags unchanged ) by adding next line of code

grid._drawTooltip=function(){return true;};

Hi again,
I tried,
mygrid._drawTooltip=function(){return true;};
before and after init() and also after grid gets fully loaded but its not working,Please give some solution.
Thanks for your suggetion

Question answer can be checked at

    scbr.com/docs/products/kb/in … =970&a=910