Hi Anders,
I would rather suggest you try showing the tooltip after a small timeout using
window.setTimeout(function()
{
//Show tooltip here
}, 100);
In this way you will "let" the event propagate up and then show the tooltip.
Best regards,
Tervel
the Telerik team