Multiple tool-tip showing in kendo scheduler -


in kendo scheduler multiple tool tip showing in dayview , monthvie mouse hover. please find attachment.enter image description here

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

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -