This question is locked. New answers and comments are not allowed.
Hi I have a checkbox in my grid. When I just bind (client side) the values to the column it shows true or false. So that's ok.
Now I thought lets make it a checkbox. Well, when i look at the examples on the site it shouldn't be that difficult.
Well, i tried a couple of things but the value is always checked in the grid/checkbox. Here is my piece of code:
What am I doing wrong?
thanks in advance,
Gerard Eikelboom
Now I thought lets make it a checkbox. Well, when i look at the examples on the site it shouldn't be that difficult.
Well, i tried a couple of things but the value is always checked in the grid/checkbox. Here is my piece of code:
columns.Bound(rvm => rvm.Assortiment
.HtmlAttributes(new { title = "Allow assortiment", style = "text-align:center" }) .ClientTemplate("<input type='checkbox' name='Assortiment' <#= Assortiment? checked='checked' : '' #> disabled='disabled' />")What am I doing wrong?
thanks in advance,
Gerard Eikelboom
