In kendo grid mulitiple checkbox selected geting only one value at jquery reading in mvc4
问题 This is my kendo grid @(Html.Kendo().Grid(Model) .Name("grid1") .Columns(columns => { columns.Bound(p => p.Associate).ClientTemplate("<input id='assetcheck' name='assetcheck' type='checkbox' #= Associate == 'true' ? checked='checked':'' # class='chkbx'/>").Width(35).HeaderTemplate("<input id='checkall' type='checkbox' onclick='checkAll(this)'>").Filterable(false).Sortable(false); // columns.Bound(p => p.IsAttached).ClientTemplate("<input type='checkbox' #= IsAttached == 'true' ? checked=