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).

3
  • 1
    Did you try google like jQuery grid ? There should be lots of links takes you like jQGrid, FlexiGrid, etc Commented Dec 7, 2012 at 8:45
  • Do you have a better link for this, or any sample code as i'm totally stuck. Commented Dec 7, 2012 at 8:48
  • JqGrid it has better implementations and uses. try with stackoverflow.com/questions/5764709/jqgrid-not-loading-data Commented Dec 7, 2012 at 9:01

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

3 Comments

I think, JQGrid is the best. But I dont agree with you about its sipmle to use for new users :)
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 stackoverflow.com/search?q=user:315935+[jqgrid]
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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.