September 2010
S M T W T F S
« Dec    
 1234
567891011
12131415161718
19202122232425
2627282930  

MvcContrib Ajax Sorting and Paging with jQuery

I started the “MvcContrib Ajax Sorting and Paging with jQuery” project at CodePlex, offering a jQuery plugin to accelerate using ajax with MvcContrib grids.

Share:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DotNetKicks
  • HackerNews
  • LinkedIn
  • Reddit
  • Slashdot

Adding AJAX-based server-side paging and sorting to MvcContrib Grid using jQuery

One of the biggest challenges of a web-based business application developer involves presenting data to the user in a fast, useable fashion. Sortable, pageable grids solve this dilemma by introducing the arduous process of creating them. Leveraging and extending MvcContrib and jQuery to provide fast, asynchronous updates (from data sorted and paged on the server) to the user is a win.

Share:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • DotNetKicks
  • HackerNews
  • LinkedIn
  • Reddit
  • Slashdot