Is there an easy way to hide the header for the MVC3 WebGrid extension? Sort of
var grid = new WebGrid(Model, canSort:false, canPage:false, showHeader:false);
Perhaps I can set a CSS style for the title that does not render the title displayed, although I would prefer to do it with code.
Thanks,
Antonin
source share