Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Sep 27, 2007 16:19
open dhtmlx forum
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 suggestions


Answer posted on Sep 27, 2007 19:23
The solution with _drawTooltip was really not universal , to solve problem in all situations instead of it add next line of code BEFORE grid constructor

dhtmlXGridObject.prototype._drawTooltip=function(){return true;};

Please check attached sample
Attachments (1)