Multiple tool-tip showing in kendo scheduler -
in kendo scheduler multiple tool tip showing in dayview , monthvie mouse hover. please find attachment.
i tried hide other tooltip class except current one.
function enabletooltip(slctr, posi) { $('.mytooltip').kendotooltip({ autohide: true, position: 'top', show: function () { var = this, tooltips = $("[data-role=tooltip]"); tooltips.each(function () { var tooltip = $(this).data("kendotooltip"); if (tooltip && tooltip != that) { tooltip.hide(); } settimeout(function () { tooltip.hide(); console.log("timeout"); }, 6000); }); } }); }
can 1 please help.thanks in advance
Comments
Post a Comment