I am using JQGRID advanced search in my project. Is it possible to have multiple AND/OR conditions for each search rules. That is
Name = John AND
Amount < 500 OR
Tax > 30.
Basically I want to have the AND/OR condition after each search rule. Please help?