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...
Continue reading...