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 7534309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:58:44+00:00 2026-05-30T05:58:44+00:00

Please look at my jsFiddle posted: http://jsfiddle.net/chugh97/w3Kzt/1/ I have a fixed width jqGrid with

  • 0

Please look at my jsFiddle posted:

http://jsfiddle.net/chugh97/w3Kzt/1/

I have a fixed width jqGrid with scroll enabled and shrinktofit: false. Now when I tab through the 4th field in the jqGrid filter textbox, the filter textboxes are misalinged with the jqGrid columns. How can this be fixed?

  • 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-30T05:58:45+00:00Added an answer on May 30, 2026 at 5:58 am

    jqGrid has very restricted support of keyboard navigation. I agree that the problem which you describe exist in the current (v. 4.3.1) implementation of jqGrid. So +1 from me for the question.

    To fix the problem I suggest the following

    $('#grid').closest('.ui-jqgrid-view')
        .find('.ui-jqgrid-htable .ui-search-toolbar .ui-th-column')
        .find('input, select')
        .focus(function (e) {
            var $header = $(e.target).closest('.ui-jqgrid-hdiv'),
                $body = $header.siblings('.ui-jqgrid-bdiv');
    
            setTimeout(function () {
                // we syncronize the scroll in the separate thread
                // to be sure that the new scrolling value
                // already set in the grid header
                $body[0].scrollLeft =  $header[0].scrollLeft;
            }, 0);
        });
    

    The usage of setTimeout is required in the Google Chrome web browser for example.

    See the demo here.

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

Sidebar

Related Questions

Please look at this fiddle: http://jsfiddle.net/dyv88/16/ On IE7, if I put width: 100% on
I have created a little example,please have a look, http://jsfiddle.net/bWTwL/ I want to have
can someone take a look at this please http://jsfiddle.net/bloodygeese/ecscY/56/ it looks like I have
Could someone please have a look at this: http://jsfiddle.net/tur9b/9/ It's a simple ordered list.
Please have a look: http://jsfiddle.net/JeaffreyGilbert/b8FdC/ How to place button above the line in IE7?
Please have a look at http://jsfiddle.net/tMxmp/ Why are the td with the images oversized
Please take a look at this fiddle: http://jsfiddle.net/d3uc9/4/ I have a problem with this,
Please have a look at this fiddle: http://jsfiddle.net/mrmartineau/53fkV/embedded/result/ The intended outcome is that when
please look at this example of drop down checkbox list im working on.. http://jsfiddle.net/Yojik/VJHVK/143/
Hi please take a look at this fiddle http://jsfiddle.net/bloodygeese/pwjNQ/1/ I am trying to figure

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.