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で剣道UIグリッドを構成するにはどうすればよいですか?
現時点では、真/偽の値しか表示されません...
その列にはクライアント テンプレートを使用します。のようなもの
columns.Bound(c => c.BooleanColumn).ClientTemplate("<input type='checkbox' #= BooleanColumn ? checked='checked' : '' # disabled='disabled' ></input>");