Hi!! I'm having an issue with Kendo UI JQuery.
I'm using the grid, and I have my data source defined with schema inside. All the schema fields have the property editable in false.
At some point, I need to change some of them to editable true, but I'm not able to do it so far.
I tried getting the data from the grid and updating the Datasource object manually and after that read the Datasource and refresh the grid, but is not working.
Also, try setting a completely new Datasource, and after that read the Datasource and refresh the grid, but is not working.
Also, try destroying the grid a generating a new one, but the grid never refreshes and the editable continues in false.