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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T14:51:11+00:00 2026-05-17T14:51:11+00:00

I have jqGrid with some columns, I want to add additional fields in Add

  • 0

I have jqGrid with some columns, I want to add additional fields in Add dialog, that not displaying in grid, but sending in request. How i can make this functional?

  • 1 1 Answer
  • 1 View
  • 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-17T14:51:12+00:00Added an answer on May 17, 2026 at 2:51 pm

    You can modify Add dialog inside of beforeShowForm event handler. You can see a working example here. This example I made as an answer to the question “jqGrid: Disable form fields when editing” (see also a close question “How to add a simple text label in a jqGrid form?”)

    UPDATED: I reread your question and could see that I answered originally on another question as you asked. What you need is just usage of editData parameter which can be for example like

    $("#list").jqGrid('navGrid','#pager',{del:false,search:false,refresh:false},
                {}, // edit parameters
                { // add parameters
                    url: '/myAddUrl',
                    editData: {
                        someStaticParameter: "Bla Bla",
                        myDynamicParameter: function() {
                            return (new Date()).toString();
                        }
                    }
                }
                );
    

    see demo. The demo has nothing on the server side, but you can easy verify with Fiddler or Firebug, that the data sent to the the server contain someStaticParameter and myDynamicParameter parameters.

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

Sidebar

Related Questions

I have customized jqGrid's edit form to have some fields that use jQuery's DatePicker
I have some data from JQGrid that should be exported to excel. So, we
I have a jqgrid with the add dialog enabled for adding new rows. The
I have a grid using jqgrid . I need to store the some data
i need some help here. I have a dialog box that contains an iFrame
I have a table using jqGrid, I need that when editing a row some
I am using jqgrid 3.8. I have a grid which is having some editable
I have some grid which use form edit. But after edit success then page
I have jqGrid with two columns, one being hidden. For some reason in FireFox
I have a jqGrid that is using the toolbar search with some text searches

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.