Martin
Martin

Reputation: 121

C# razor in Webmatrix and JQgrid

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

Answers (1)

Mike Brind
Mike Brind

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

Related Questions