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

  • SEARCH
  • Home
  • 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 7622663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T04:30:33+00:00 2026-05-31T04:30:33+00:00

By clicking search button in toolbar, advanced search window is opened. In first row

  • 0

By clicking search button in toolbar, advanced search window is opened.
In first row it contains combobox with selections AND and OR

How to replace those words with words in other language in this window ?

  • 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-31T04:30:34+00:00Added an answer on May 31, 2026 at 4:30 am

    The problem with localization is the bug in the lines where jqFilter method will be called by searchGrid method. The method jqFilter supports groupOps option which are already set in many localization files grid.locale-XX.js, but the jqFilter method will be called without setting of the option.

    To fix the problem one should just add

    groupOps: p.groupOps,
    

    to the list of options used in the call of jqFilter method. You can search for the text ).jqFilter({ in the jquery.jqGrid.src.js or in the jquery.jqGrid.min.js to find the corresponding place. In jquery.jqGrid.min.js of jqGrid 4.3.1 the p is renamed to f so one have to use groupOps:f.groupOps.

    How you can see on the demo the grouping operation in the Advanced Searching dialog will be localized after applying the fix:

    enter image description here

    If your localized version of grid.locale-XX.js don’t contains the texts for AND and OR operation you can set there manually

    $.jgrid.search.groupOps = [
        {op: "My And", text: "my AND operation"},
        {op: "My Or", text: "my OR operation"}
    ];
    

    see the next demo:

    enter image description here

    Without the described bug fix you can follow my suggestion from the answer on the close question.

    UPDATED: I posted the corresponding bug report to trirand. I hope that the fix will be included in the main code of jqGrid.

    UPDATED 2: The bug fix is already included in the main code of the jqgrid (see here).

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

Sidebar

Related Questions

Pressing search button in jqgrid toolbar opens advanced search window. Pressing enter key does
I am working on a dynamic search view wherein clicking a button should add
I am having a grid in gridpage.aspx and on clicking the search button in
I have a page of search results, and clicking one opens a new window
I have a link and search button. Clicking on search button posts the page
Looking off this example , notice how clicking on the Search button brings up
I have to restrict alert dialog getting closed on clicking on search button of
I'm trying to build in a search button. Upon clicking the search button, it
When clicking a button, I would like my URL to become this: users.php?action=search&formvar1=value&formvar2=value&... This
Hi all I want to update a row on clicking on update button,but its

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.