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
1190913923.zip (74.5 KB)