views:

398

answers:

0

I need to do alphabet navigation with paging for my grid/table in asp.net mvc(C#) application.

I am looking for something similar to jquery ListNav

The above plugin is good in doing alphabet navigation, but when a particular alphabet contains more than hundred records/rows, i need to implement paging with it. So the user wont have to scroll all over the page and it looks compact in the screen.

Any suggestions or plugins for this functionality?