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

  • Home
  • SEARCH
  • 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 6806239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:41:11+00:00 2026-05-26T19:41:11+00:00

in a jqgrid edit form field of type:’select’, i’m setting another edit form field

  • 0

in a jqgrid edit form field of type:’select’, i’m setting another edit form field with the selected value (the value that is sent to the server) using the editoptions:

dataEvents:[{type:'change',fn:function(e){$('input#STID').val(this.value);}}]}

I’d like to then replace the selected value with the selected label. I thought the following would work by adding the statement to the dataEvents function, but it does not:

this.value = this.label;

How can this be done?

  • 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-26T19:41:12+00:00Added an answer on May 26, 2026 at 7:41 pm

    Inside of ‘change’ event this (like e.target) is the DOM element HTMLSelectElement. So $('option:selected', this).text() or $('option:selected', e.target).text() will get you the text from the selected option.

    You should don’t modify the value property of HTMLSelectElement and just use the text of the selected option as the input for the <input> edit field:

    dataEvents: [
        {
            type: 'change',
            fn: function () {
                $('input#STID').val($('option:selected', this).text());
            }
        }
    ]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jqGrid that has add/edit dialogs with a form that's longer than
Normally in a jqGrid edit form, every field is on a separate line, label
jqGrid Edit form invoked using Edit button from top toolbar is defined as grid.navGrid(#grid_toppager,
I have jqgrid that has 23 headers. It has edit dialog with a form
I'm trying to use form editing on jqgrid. When the data is sent to
I am using the 'number' type for entering floating point numbers into a jqGrid
jqGrid edit and add forms render every field in separate row. If there are
In the edit Form is a select dropdown. When the user select an item,
On submitting the edit form in jqgrid it post the entity-id as id=some_value. How
I'm using jqGrid plugin and I want to add onKeyPress event to each field

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.