0
votes
A Better View API for Grids in ASP.NET MVC
Craig Stuntz's Weblog
– I’m writing a grid-independent interface for displaying data in ASP.NET MVC applications, and I would like your feedback on the API design. In my last post, I discussed some of the problems with existing grid components for ASP.NET MVC. Actually, there are a couple more design issues which I forgot to mention in that post. I’ll discuss them briefly before talking about View design. Many grids require two requests in order to display the first page of data: One for the page itself, then a second, AJAX request for the data. I can understand why the AJAX request is necessary for the ...
Statistics
|
Visits by Source |
User Actions |




