[progress Communities] [progress Openedge Abl] Forum Post: Colums Options Editable

  • Thread starter Thread starter Martin Velikov
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top