I've implemented and used a pretty functional grid through this tutorial for MVC:
http://www.codeproject.com/KB/aspnet/AspNetMVCandJqGrid.aspx
I was wondering how to migrate this to ASP.NET WebForms, for another project I want to use jqGrid on, but is written in WebForms instead of MVC.
I've found some examples but they're rather incomplete (require me to declare the columns in both js and codebehind, don't feature paging, no multi-filtering, etc)