tabModel: { tabs: [{ gridOptions: { complete: function(){ var T = this.Tab(); T.tabs().forEach(function(tab){ tab.noClose = true; }); T.refresh(); } } }]},