Hi there,
I am using this code in the Html.Kendo().Grid:
columns.Bound(p => p.Positive).ClientTemplate("<input type='checkbox' \\#= Positive ? checked='checked' :'' \\# />");
In the login form I use a @Html.Kendo().CheckBoxFor (checkbox for 'remember me').
How can I change the style of the rendered checkbox in the grid to the style of the kendo checkbox?
Kind regards,
David