We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to give delay in event .

How can we provide delay in any event .Let take tooltip .On hover on appointments we open tooltip .But we need some  micro second delay in tooltip .How can we achieve it .

1 Reply

VD Vinitha Devi Murugan Syncfusion Team November 6, 2019 12:21 PM UTC

Hi Sudhanshu, 
 
Syncfusion Greetings. 
 
We have achieved your requirement by making use of created event of the scheduler and same can be available in below link. 
 
 
onCreated(args) { 
       let tooltipObj = this.scheduleObj.element.ej2_instances[1]; 
       tooltipObj.mouseTrail= false; 
       tooltipObj.openDelay = 1000; 
       tooltipObj.position = 'TopCenter'; 
    } 
     
 
Kindly try with the above link and let us know, if you need any further assistance on this. 
 
Regards, 
M.Vinitha devi 
 


Loader.
Live Chat Icon For mobile
Up arrow icon