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.
我WebGrid在我的 ASP.NET MVC 3 (C#) 应用程序中使用。我想对多列进行排序(就像我们可以在 tablesorter 中做的那样)。
WebGrid
有可能WebGrid吗?如果是这样,我该怎么做?
当你写这样的东西时,通常默认启用排序。
var myGrid = new WebGrid(Model); myGrid.GetHtml();
细节: