M
Martin Velikov
Guest
Hello, I am trying to change the editable option of a column. When I put this piece of code in the "onShow" event - it is to late, but if I put it in "onInit" - it is to early. Where is the place or is there a different way to overwrite the columns options? $scope.grid.options.columns[0] = { encoded: true, editable: false, field: "Some", title: "Test" };
Continue reading...
Continue reading...