Reputation: 23
When I used Kendo UI Grid component, I have problem to make readonly or disabled the Grid component.
I have tried with JQuery ( using class .k-button and/or .k-button-icontext) to set readonly or disabled.
The toolbutton works, but the in-row Edit and Delete buttons may not be changed (always clickable). Do you have any trick to achieve it? Thanks.
Upvotes: 1
Views: 4367
Reputation: 401
These solutions are given on Kendo Website they will get you through this
Grid / Editing custom editor also according to them "Making individual rows read-only is not supported out of the box. It is possible to define individual columns as editable: false in the DataSource's model"
Upvotes: 1