Hi Hristo,
Thank you for your answer.
I found the problem. Basically, if you use ‘open’ with the delay, the delay won’t work. In my computer and the computer of my colleague at least,
the link you provided the showDelay doesn’t work if you let the line $("#jqxgrid").jqxTooltip('open', pageX + 15, pageY + 15);
in the code. Once you remove it, it works. For instance, in the that example : http://jsfiddle.net/jqwidgets/rcqcn3qc/ you don’t have the open, so the showDelay works. By removing $("#"+selector).jqxTooltip('open', pageX + 15, pageY - 10);
from my code the delay works, but the tooltip won’t follow my cursor, it will stay at a fixed position in relation to the cell hovered. In my case that behavior is better than the first one. However, I still can’t make showDelay work with the above line of code (which is needed to have the tooltip follow the cursor). In you example it doesn’t work also.
I use jQWidgets v4.0.0 (2016-Jan), if it helps.
Regards,
Alex1902
edit: the showDelay from you link provided doesn’t work, for the reasons I explained above. I assume jsfiddle uses the latest version so my version might not be the problem.