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.
WebGridASP.NET MVC 3 (C#) アプリケーションで使用しています。複数の列で並べ替えを行いたい(テーブルソーターでできるように)。
WebGrid
で可能WebGridですか?もしそうなら、どうすればいいですか?
このようなものを書くと、通常、ソートはデフォルトで有効になっています。
var myGrid = new WebGrid(Model); myGrid.GetHtml();
詳細: