Link to home
Start Free TrialLog in
Avatar of maqskywalker
maqskywalker

asked on

add column filter to jqgrid

Hi experts,

I create this example:
http://wyousuf.wordpress.com/2012/01/16/jqgrid-with-asp-net-mvc-and-ms-sqloracle-store-procedure/

I used Visual Studio 2013 and Sql Server 2008

I ran the project and it works just fine so when I run my project my grid looks like this:

User generated image
Now I want to add to filter by column capability to my grid

I saw this other example that has the filtering like I want but that example is a little different:
http://www.codeproject.com/Articles/424640/ASP-NET-MVC-HTML-Helper-for-the-jqGrid

Does anyone know what I need to do to my current example to add column filter to my Grid?
Avatar of maqskywalker
maqskywalker

ASKER

For example here is a jsfiddle for this example jqgrid

http://jsfiddle.net/amorris/yNw3C/

How would I add filtering to this jqgrid?
ASKER CERTIFIED SOLUTION
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial