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
close icon

ScheduleComponent - multiple actions on single appointments

ScheduleComponent - 

I have different icons in a single appointment.
When I click on icon, I need confirmation box which works perfectly. But before confirmation box, quickinfo popup also gets open and gets closed.

Please find attachment.

Attachment: popupevent_c4d6c7ee.zip

1 Reply

VM Vengatesh Maniraj Syncfusion Team February 3, 2020 06:27 AM UTC

Hi Vinayak, 

Greetings from Syncfusion Support. 

We have validated the shared image details at our end and based on that we understood that your requirement is to prevent the quick popup open behavior while icon click from event. So that we have prepared the below sample to prevent the quick popup from it opening by making use of eventClick event like below code, 

onEventClick(args){ 
   if(args.originalEvent.target.parentElement.classList.contains('image')){ 
      args.cancel = true; 
   } 
} 


Kindly check the above and revert us for further assistance. 

Regards, 
Vengatesh.  


Loader.
Live Chat Icon For mobile
Up arrow icon