BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
<div id="mainTab” ej-tab e-itemactive="active” >
$scope.active = function (args) { if(args.activeIndex == 1){ //Find the grid element inside the tab var grid = this.element.find(".e-grid").data("ejGrid");
//call the windowonresize method grid && grid.windowonresize(); } }; |