ASP.NET MVC 2.0 Implementation of searching in jqgrid

后端 未结 4 861
轻奢々
轻奢々 2020-11-21 07:21

Hi I am trying to use the single column search in jqgrid using MVC 2 IN .NET (VS 2008) this is the code I have so far but I need an example to match it with or a tip of wha

4条回答
  •  孤城傲影
    2020-11-21 07:40

    Check out below links:

    • jqGrid and ASP.NET MVC - Searching <-- ASP.NET MVC LinqToSql
    • jqGrid in ASP.NET MVC 3 and Razor <-- lot of samples, ASP.NET MVC 3, Razor
    • jqGrid in ASP.NET MVC - Strongly typed helper <-- same samples as above but with strongly typed helper and Entity Framework Code-First

提交回复
热议问题