Close Quickview from the view

Hi!
I'm trying to implement a "Close" button inside my Quick view but I don't know if there is a method that allows me to make this action, instead of clicking outside the Quickview or make a scroll. 
What I'm trying to do is when you click the "X" button, close that quick view

Captura de Pantalla 2021-11-19 a la(s) 13.44.57.png


Thanks!

Brandon


1 Reply

PN Praveenkumar Narasimhanaidu Syncfusion Team November 22, 2021 12:15 PM UTC

Hi Brandon, 

Greetings from Synfusion support..! 

We have validated your requirement “how to close quick popup manually” at our end and let you know that you can achieve it with the help scheduler’s closeQuickInfoPopup method. We have also prepared a sample for your reference which can be viewed from following link. 


closeButtonClickAction(e) { 
    this.scheduleObj.closeQuickInfoPopup(); 
  } 

Kindly try the above solution and get back to us if you need any further assistance. 

Regards, 
Praveenkumar 


Loader.
Up arrow icon