The WebGrid will certainly make the developers who use it more productive. But is it missing the point of the ASP.NET MVC model? I appreciate ASP.NET MVC's support for Test Driven Development but I'm ...
ASP.NET MVC is driven by the URLs your users provide to get to the Views they want to see. If those URLs don't include a controller or action method name, then you can provide the missing information ...