Hello
I am using gantt with angularjs.I want custom Confirmation modal while deleting Task,Based on your documentations i tried,,but i didnt work
<script id="editor" type="text/x-kendo-template"><br> Some Delete Message<br> <button ng-click="customFunction()">Absolutely!</button><br></script>AngularJs controller:-
gantt configuration object I am adding this field
messages: {
deleteTaskConfirmation:kendo.template($("#editor").html())
}
$scope.customFunction=function()
{console.log("Custom function triggered");
}
Firstly,Popup it is not displaying properly.please look into the attached screenshot
Secondly,how can i bind the custom button functionality with controller. ($scope.customFunction())