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

override quickInfoTempate

I'm overriding 

quickInfoTemplates={{
header: this.headerTemplate,
content: this.contentTemplate,
}}
but it replace this quick add window as well:



is it possible to call "base" for default implementation?


4 Replies

AA aaa March 6, 2019 04:56 PM UTC

I tried also workaround by creating  full editor in this case

onPopupOpen= (ev, data) => {
if (!ev.data.Id && ev.type === "QuickInfo"){
this.scheduleObj.openEditor(ev.data, "Add", true)
//ev.cancel = true
}
}
It open fine but on close   exeptions occurs





KK Karthigeyan Krishnamurthi Syncfusion Team March 7, 2019 12:28 PM UTC

Dear Customer, 
 
Thank you for contacting Syncfusion support. 
 
Template option is available to customize the quick popup window, please refer the below sample. 
 
Please refer the below links to customize the detailed window. 
 
Regards, 
Karthi 
 
 



AA aaa March 20, 2019 04:51 PM UTC

what about crashing  on trying to destroy?


KK Karthigeyan Krishnamurthi Syncfusion Team March 21, 2019 10:28 AM UTC

Dear Customer,  
 
Thanks for your update. 
 
We suspect that onPopupOpen function code could be the cause for the issue. As template option is available for quick popup and editor, popupOpen event is not required, kindly remove it and check at your end. If still issue persist, kindly share your code example / sample (if possible) to proceed further. 
 
Regards, 
Karthi 


Loader.
Up arrow icon