In this article on MSDN Magazine, Stuart Leeks introduces WebGrid and shows how it can be used in ASP.NET MVC 3, then takes a look at how to really get the most out of it in an ASP.NET MVC solution.
This article looks at how to fit the WebGrid component into an ASP.NET MVC environment to enable developers to be more productive while rendering tabular data. Focus is on WebGrid from an ASP.NET MVC aspect:
Read the entire article on MSDN
Read more
This article looks at how to fit the WebGrid component into an ASP.NET MVC environment to enable developers to be more productive while rendering tabular data. Focus is on WebGrid from an ASP.NET MVC aspect:
- creating a strongly typed version of WebGrid with full IntelliSense
- hooking into the WebGrid support for server-side paging
- adding AJAX functionality that degrades gracefully when scripting is disabled
Read the entire article on MSDN