R
Ricardo Perdigao
Guest
Martin, Please try this inside the "onShow" event: var handler = $scope.$on('$includeContentLoaded', function() { $scope.grid.options.columns[0] = { encoded: true, editable: false, field: "Some", title: "Test" }; handler(); });
Continue reading...
Continue reading...