May 2012
S M T W T F S
« Dec    
 12345
6789101112
13141516171819
20212223242526
2728293031  

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