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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:13:37+00:00 2026-05-23T03:13:37+00:00

The question is almost complete in the title: is there any way, using jquery,

  • 0

The question is almost complete in the title: is there any way, using jquery, to find the element that is handled by a jqGrid object?

To be more precise, I wish to call a reload method on the grid, if one is present on the page.
I am using the following code

...
success: function (data) {
    //Check if there is a jqGrid on the page and if present, reloads its data
    var jqGrid = $('.ui-jqgrid');
    if ( jqGrid.length ) {
        //get the grid id. The actual id object is in the form of "gbox_your_grid_id"
        var gridid = "#" + jqGrid.attr('id').substring(5);
        //time to reload
        $(grid).trigger('reloadGrid');
    }
}

but it seems that the reloadGrid method is never called. Any suggestion?

  • 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-23T03:13:38+00:00Added an answer on May 23, 2026 at 3:13 am

    It’s difficult to suggest any test which will be perfect. You can try for example to search for the “gbox”: $('div.ui-jqgrid') – it is a div which contain all components of jqGrid. If $('div.ui-jqgrid').length > 0 then exist at least grid on the page.

    You can search for the table element inside of bdiv:

    $('div.ui-jqgrid-bdiv table').length > 1
    

    or even for

    if ($('div.ui-jqgrid > div.ui-jqgrid-view > div.ui-jqgrid-bdiv > div > table.ui-jqgrid-btable').length > 1) {
        // jqGrid exist
    }
    

    (see here for details). Additionally you can test whether such table elements have jqGrid method:

    if ($.isFunction($('div.ui-jqgrid > div.ui-jqgrid-view > div.ui-jqgrid-bdiv > div > table.ui-jqgrid-btable').jqGrid)) {
        // jqGrid exist
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While I can find the answer to almost any specific question I have concerning
I posted a question about a thread pattern today, and almost everyone suggested that
I am writing multi-thread socket chat in C++Builder 2009. It is almost complete in
I know that there are no fixed rules about software version control but I
This is almost certainly a very silly question, but for some reason I'm having
It's quite easy to see that n! grows slower than almost anything to the
I have a PictureBox (WinMobile 6 WinForm) on which I draw some images. There
I'm designing a 3D game with a camera not entirely unlike that in The
I'm iterating over an anonymous type with about 1000 elements. The question here is
So I'm almost done with this assignment but now I'm having difficulties again. When

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.