This is a migrated thread and some comments may be shown as answers.

Angular-Kendo Grid - Check Box read only

1 Answer 1128 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 21 Nov 2014, 05:43 AM
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

Sort by
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!
 
Tags
Grid
Asked by
Richard
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or