mesimplybj
mesimplybj

Reputation: 639

Is there any jquery plugin which act like gridview of asp.net?

I want to use a plug-in like ASP.NET grid view which is easy.It should be easy to use with web method in web service. Also there must be facility to edit with popup window,deleting rows, paging and search. Can anyone help me out this?

Upvotes: 1

Views: 983

Answers (3)

tpeczek
tpeczek

Reputation: 24125

Take a look at jqgrid. It can be easly used with HttpHandler or WebMethods (take a look here or here)

Upvotes: 1

Mikolaj Kieres
Mikolaj Kieres

Reputation: 4405

Take a look at this page with 15 examples, don't know if they all are for free. Like Simplybj wrote you can use DataTables (I'm using it in ASP with AJAX calls), and for me (my project) it's quite enought

Upvotes: 2

pritaeas
pritaeas

Reputation: 2093

Perhaps datatables is a good solution, although I've never used it with ASP.NET. It is flexible and CDN hosted (on the MS AJAX CDN).

Upvotes: 2

Related Questions