BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
<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(); } }); |