jqgrid with asp.net webmethod and json working with sorting, paging, searching and LINQ
- by aimlessWonderer
THIS WORKS!
Most topics covering jqgrid and asp.net seem to relate to just receiving JSON, or working in the MVC framework, or utilizing other handlers or web services... but not many dealt with actually passing parameters back to an actual webmethod in the codebehind. Furthermore, scarce are the examples that contain successful implementation the…