Hi Frank,
You can change the default save function by using requestType as eventCreate
in the actionBegin method like the below code snippet.
onActionBegin: function (args) {
if(args.requestType==='eventCreate'){
let scheduleObj
=
this.$refs.ScheduleObj;
alert(scheduleObj.ej2Instances.currentAction)
}
}}
});
Sample: https://codesandbox.io/s/vue-sample-sbfqc4
Kindly try the above sample and let us
know if this meets your requirement.
Regards,
Ruksar Moosa Sait