Reputation: 121
I'd like to know if there is a way to use JQgrid in Webmatrix with C# and Razor instead of using the built in WebGrid helper.
Any pointers are much appreciated.
Thanks.
Martin
Upvotes: 2
Views: 290
Reputation: 30120
Yes - you can use any jQuery plugin within a WebMatrix (ASP.NET Web Pages) site. You can generate JSON for it using the JSON Helper, and then follow some of the demos at the jqGrid site.
Upvotes: 1