BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<div id="Grid" ej-grid e-datasource="data" e-actioncomplete="actionComplete"></div> <script type="text/javascript"> angular.module('Ctrl', ['ejangular']) .controller('GridCtrl', function ($scope) { . . . . $scope.actionComplete = function (args) { if (args.requestType == "save") this.refreshContent(); } }); |