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

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Martin, The issue seems to be the usage of "false". The columns.editable property expects a function. See: docs.telerik.com/.../grid Please try setting using a definition like the following: editable: function () { return false }, I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top