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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:13:05+00:00 2026-05-19T22:13:05+00:00

I am using JQGrid and displaying subGrid as a JQGRID itself. I was wondering

  • 0

I am using JQGrid and displaying subGrid as a JQGRID itself.
I was wondering if there is a way to display the navigation bar for the subgrid too.

I tried following the way its being done for JQGrid, but in vain.

Thanks in advance!

  • 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-19T22:13:06+00:00Added an answer on May 19, 2026 at 10:13 pm

    Make sure that in the subGrid jqGRid function you also set the pager property to the pager id in the subgrid

    ... subGrid: true,
                subGridRowExpanded: function(subgrid_id, row_id) 
                {
                   var subgrid_table_id;
                   var pager_id;
                   subgrid_table_id = subgrid_id+"_t";
                   pager_id = "p_"+subgrid_table_id;
                   $("#" + subgrid_id).html("<table id='"+subgrid_table_id+"' class='scroll'></table><div id='"+ pager_id +"' class='scroll'></div>");
                   $("#" + subgrid_table_id).jqGrid({
                      url:"ListSub/"+ row_id,
                      datatype: "json",
                      colNames: ['Street1','Street2','Street3','Zip','Place','Country'],
                      colModel:
                      [
                        {name:"Street1",index:"Street1",width:80,key:true, editable:true},
                        {name:"Street2",index:"Street2",width:130, editable:true},
                        {name:"Street3",index:"Street3",width:80,align:"right", editable:true},
                        {name:"Zip",index:"Zip",width:80,align:"right", editable:true},           
                        {name:"Place",index:"Place",width:100,align:"right", editable:true},
                        {name:"Country",index:"Country",width:100,align:"right", editable:true}
                      ],
                      caption: "Offices",
                      height: "100%",
                      rowNum:10,
                      sortname: 'Street1',
                      sortorder: "asc",
                      pager:pager_id
                   });
                 jQuery("#"+subgrid_table_id).jqGrid('navGrid',"#"+pager_id,{edit:false,add:false,del:false,search:false})
                }....
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jqgrid and have simple searching enabled. I am wondering if there
I am using jqGrid ( http://www.trirand.com/blog/ ) to display some read-only data. The resizeable
I'm using jqgrid tree grid with the following configuration colModel : [ { name:'id',width
I have issue wuth Firefox not displaying style text-decoration: line-through. I am using jqGrid
Hy, In my application I am using JQGrid tool for displaying the lists. I
I'm using JQGrid to display my data (the server returns xml). The data seems
i am using Jqgrid http://trirand.com/blog its a very good grid solution, the linked one
I'm using jqGrid to display account information to users who administer those accounts, allowing
I am using JQGrid component for displaying ajax tree grid. With some quantity of
Hi I'm using jqGrid and I'm wondering, how do I add jQueryUI's datepicker to

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.