Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7399221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:01:51+00:00 2026-05-29T04:01:51+00:00

I am using jqgrid and have simple searching enabled. I am wondering if there

  • 0

I am using jqgrid and have simple searching enabled. I am wondering if there is a way to add an additional item in the select list of fields that does not exist as a column in the grid. I would call it something like ‘Any Field’ so I could search on any of the fields and then handle that outcome server side.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T04:01:52+00:00Added an answer on May 29, 2026 at 4:01 am

    The suggestion of Bethrezen with the usage of one hidden column is one way which you can use. You should only don’t forget to use searchhidden: true searchoptions.

    Another way which I can suggest you can see on the demo:

    enter image description here

    In the demo I add the

    var defaultFilters = {
            "groupOp": "AND",
            "rules": [
                { "field": "All", "op": "cn", "data": ""}
            ]
        };
    ...
    $('#list').jqGrid('navGrid', '#pager', {add: false, edit: false, del: false},
        {}, {}, {},
        {
            multipleSearch: true,
            overlay: 0,
            onInitializeSearch: function ($form) {
                $form.jqFilter('addFilter', defaultFilters);
            },
            afterRedraw: function (p) {
                if (p.columns.length === $("#list")[0].p.colModel.length) {
                    p.columns.push({
                        name: 'All',
                        label: 'Any Field',
                        searchoptions: {},
                        searchrules: {},
                        searchtype: 'string',
                        inputtype: 'text'
                    });
                }
                //$(this).find('.delete-rule:first').hide();
            }
        });
    

    In the demo I extended the p.columns parameter of jqFilter method with and additional “pseudo column” ‘Any Field’. It’s just the idea which you can I hope adopt to your exact requirements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using JQgrid, with a select/dropdown in my project, and have implemented it in
I have a jqGrid (4.1.1) using a simple subgrid. When a record is plus-ed
I'm using the JQGrid and have an Add new button defined. $(gridId).jqGrid('navButtonAdd', pagerId, {
I am using jqGrid with treeGrid. I have added a filterToolbar. I would like
I'm writing a MVC website and using jqGrid. I have managed to get it
Greetings, I have a problem using jqgrid and jquery tab (I am coding in
I have a asp.net webforms page in which I'm using the jqGrid component. The
I have a project in ASP.NET MVC1 using VB.NET controlers and JqGrid. it works
I have a jqgrid whose html is displayed in the following way. I build
I have a simple WCF service application which contains a list of room items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.