Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 asp.net mvc 配置 kendo ui 网格以显示复选框?
目前我只看到真/假值......
为该列使用客户端模板。有点像
columns.Bound(c => c.BooleanColumn).ClientTemplate("<input type='checkbox' #= BooleanColumn ? checked='checked' : '' # disabled='disabled' ></input>");