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.
剣道UIグリッドの特定の列の列メニューを無効にすることは可能ですか?もしそうなら、それはどのように行われるべきですか?
これは、列を定義するときに MVC で使用できます。サンプルコードは以下の通りです。
columns.Bound(person => person.FirstName).IncludeInMenu(false);