BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Perfect.
Hi Giorgio,For default fields, default editType will be applied. So no need for declaring editType in those fieldsPlease find the code snippet below:<div id="Ganttcontainer" style="height:450px;width:100%;" /><script type="text/javascript">$(function () {$("#Ganttcontainer").ejGantt({dataSource: projectData,predecessorMapping: "predecessor",editDialogFields: [{ field: "startDate", editType: "dateedit" }, { field: "endDate", editType: "dateedit" }, { field: "duration", editType: "numericedit" }, { field: "predecessor"}],});});</script>We have also prepared the sample for your reference please find the sample from below locationPlease let us know if you require further assistance on this.RegardsJone Sherine .P.S.