2

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

Martin
  • 121
  • 1
  • 7

1 Answers1

1

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.

Mike Brind
  • 28,238
  • 6
  • 56
  • 88