0

I am new to this jquery, can any one help me in creating the pagination(jquery) and column sorting for the dynamically created html table which takes the values from the database using web service(vb.net).

pavan
  • 470
  • 3
  • 11
  • 25
  • 1
    Did you try google like jQuery grid ? There should be lots of links takes you like jQGrid, FlexiGrid, etc – Murali Murugesan Dec 07 '12 at 08:45
  • Do you have a better link for this, or any sample code as i'm totally stuck. – pavan Dec 07 '12 at 08:48
  • JqGrid it has better implementations and uses. try with http://stackoverflow.com/questions/5764709/jqgrid-not-loading-data – jeev Dec 07 '12 at 09:01

1 Answers1

0

Please check this existing question Choosing a jQuery datagrid plugin?

I like using jQGrid as it is very simple and have much features.

You can use some GenericHttpHandler or Page method here and send a data as JSON format.

Also check below links for jQGrid

How to implement JQgrid in asp.net?

Using jqGrid with Asp.Net Web Forms

Hope this would be helpful.

Community
  • 1
  • 1
Murali Murugesan
  • 22,423
  • 17
  • 73
  • 120
  • I think, JQGrid is the best. But I dont agree with you about its sipmle to use for new users :) – AliRıza Adıyahşi Dec 07 '12 at 08:52
  • Until we learn nothing is simple :). from my opinion i really enjoyed a lot with jQGrid features and got good support for my issues. Also check http://stackoverflow.com/search?q=user:315935+[jqgrid] – Murali Murugesan Dec 07 '12 at 08:54
  • Thnx guys for ur quick suggestions . :)actually i am looking for pagination samples which retrieves the data through web-service(which i already got it working), but i need to attach the pagination plugin to this dynamically created html table. – pavan Dec 07 '12 at 09:05