I have a Angular-Kendo Grid, one of the columns is a check box. I need to make the field read only so the user cannot change the checked status. The grid does not allow data updates.
thanks,
Richard
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 24 Nov 2014, 04:12 PM
Hello Richard,
I assume that you are adding the checkboxes via template. If that is the case please add a disabled attribute to the checkbox input elements. In that way the user will not be able to change the checked state with the mouse.
<input type="checkbox" disabled/>
Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!