BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
quickInfoTemplates={{
header: this.headerTemplate,
content: this.contentTemplate,
}}
onPopupOpen= (ev, data) => {
if (!ev.data.Id && ev.type === "QuickInfo"){
this.scheduleObj.openEditor(ev.data, "Add", true)
//ev.cancel = true
}
}