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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:42:56+00:00 2026-05-16T17:42:56+00:00

i want to add one more tool bar with different buttons in the bottom

  • 0

i want to add one more tool bar with different buttons in the bottom of the header. is there any possibilities?

used

 toolbar: [true,"top"] or toolbar: [true,"bottom"] 

its showing same toolbars…
in the bottom toolbar contains Add, edit, delete buttons..
i want to make change in top toolbar contains ADD button only.. & bottom toolbar contains Edit, Delete, refresh, etc.,

Thank you,

  • 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-16T17:42:57+00:00Added an answer on May 16, 2026 at 5:42 pm

    Probably you misunderstood toolbar parameter of the jqGrid. Perhaps you want use Navigator having cloneToTop: true which works if you define additionally toppager: true jqGrid option. This option clone the pager div on the top of the jqGrid. After this one can easy remove some elements from the top or bottom “toolbar”:

    jQuery("#list").jqGrid({
        // some parameters
        toppager: true,
        // some other paremeters
    }).jqGrid('navGrid','#pager',{cloneToTop:true});
    
    var topPagerDiv = $("#list_toppager")[0];
    $("#edit_list_top", topPagerDiv).remove();
    $("#del_list_top", topPagerDiv).remove();
    $("#search_list_top", topPagerDiv).remove();
    $("#refresh_list_top", topPagerDiv).remove();
    $("#list_toppager_center", topPagerDiv).remove();
    $(".ui-paging-info", topPagerDiv).remove();
    
    var bottomPagerDiv = $("div#pager")[0];
    $("#add_list", bottomPagerDiv).remove();
    

    The part “list” of different id names from the code above will be used because we use <table> element with id=”list”.

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

Sidebar

Related Questions

I developed small CakePHP application, and now I want to add one more table
I want to add one more function/property to a text property of a textbox
I want to add one more li at last but using JavaScript/jQuery for example
I want to add one more option in Mage_CatalogInventory_Model_Source_Backorders .How do I override this
I am new to iPhone developer, I want to add one more button next
i'm trying to alter drupal view-2 query, basically want to add one more table.
I've written a WPF UserControl, and want to add one or more of it
I have 3 images that I want to add one after other on a
I am trying a very simple override. I just want to add one line
I have a several processes node.js. I want to only add one string 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.