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

checkbox in a grid is not rendered

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
S
Top achievements
Rank 1
S asked on 21 Jul 2012, 09:47 AM
why checkbox in a grid is not rendered..???please let me know for solution

1 Answer, 1 is accepted

Sort by
0
Timothy
Top achievements
Rank 1
answered on 22 Jul 2012, 09:29 AM
add this to the column
.ClientTemplate("<input type='checkbox' disabled='disabled' name='FieldName' #= FieldName ? checked='checked' : '' # />");

Where FieldName is your bound column field name.
Tags
Grid
Asked by
S
Top achievements
Rank 1
Answers by
Timothy
Top achievements
Rank 1
Share this question
or