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).
-
1Did you try google like jQuery grid ? There should be lots of links takes you like jQGrid, FlexiGrid, etcMurali Murugesan– Murali Murugesan2012-12-07 08:45:29 +00:00Commented Dec 7, 2012 at 8:45
-
Do you have a better link for this, or any sample code as i'm totally stuck.pavan– pavan2012-12-07 08:48:10 +00:00Commented Dec 7, 2012 at 8:48
-
JqGrid it has better implementations and uses. try with stackoverflow.com/questions/5764709/jqgrid-not-loading-datajeev– jeev2012-12-07 09:01:15 +00:00Commented Dec 7, 2012 at 9:01
Add a comment
|
1 Answer
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.
3 Comments
AliRıza Adıyahşi
I think, JQGrid is the best. But I dont agree with you about its sipmle to use for new users :)
Murali Murugesan
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]
pavan
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.