JqGrid Filtering

I want to implement filtering in jqGrid in Spring Framework MVC 3.0. Where can I find sample code or documentation telling how to use filtering in this?

+5
source share
1 answer

I just posted the answer to the same question (maybe from you) at http://www.trirand.com/blog/?page_id=393/help/jqgrid-filtering . To make other people easily read the answer, I post the same information here.

The answer to your question depends a little on how you interpret "filtering". If you want to use some external controls (selects, checkboxes, etc. On the same page where you have jqGrid) to filter your data, I recommend that you read How to filter jqGrid NOT data using the built-in search / filter block .

jqGrid, "" reset "" navigator ( ), ( stringResult: true ) .

, filter (. ASP.NET MVC 2), searchField, searchString, searchOper, . WHERE SELECT , .

, URL- , .

UPATED. Spring Framework , Spring MVC 3.0. . , ASP.NET MVC MVC. - JSON ( ASP.NET MVC WCFservice, -), jqGrid. , - - JSON/XML, . jqGrid, JavaScript. , jqGrid HTML -. , - JSON/XML , , .

+12

All Articles