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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:34:07+00:00 2026-05-25T15:34:07+00:00

I just updated jQuery from 1.6.2 to 1.6.3 and find out that inline edit

  • 0

I just updated jQuery from 1.6.2 to 1.6.3 and find out that inline edit not working properly after that change.

I have check boxes and if I untick checkbox(value true switched to false) and click save, the value of that tickbox posted as true on controller but real value should be false because i changed that.
Also if the value was ‘false’ (checkbox unchecked) and I change it to checked(true) it is working this way. So i it is only not working from checked to unchecked only(when i am unchecking the checkbox the value true always posted on server instead of ‘false’).

When I switched back to jQuery 1.6.2 all working as before, no issues with checkboxes.

My jQGrid version 4.1.2.

Is is a bug with jQuery 1.6.3?

  • 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-25T15:34:08+00:00Added an answer on May 25, 2026 at 3:34 pm

    Thank you for the question! In one project for my main customer the working with checkbox is very critical. So I reproduced immediately the problem. My first bug fix is the following:

    one should change the line 133 (in the version 4.1.2) of the grid.inlinedit.js or the line 8283 of the jquery.jqGrid.src.js from

    tmp[nm]=  $("input",this).attr("checked") ? cbv[0] : cbv[1];
    

    to

    tmp[nm]=  $("input",this)[0].checked ? cbv[0] : cbv[1];
    

    I think one should examine the jqGrid code for more places where are worked with checkboxes, but the quick fix described above at least solve the problem in inline editing which you described. I will examine the problem more carefully later and will post my suggestions to trirand (to the developer of jqGrid).

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

Sidebar

Related Questions

I just updated an app from .NET 2.0 to .NET 4.0 and I have
Just updated jQuery UI from 1.8.5 to 1.8.16, and the modal dialogs I've been
I just updated virtualbox to the latest 4.1.16 r78094 and realized that I can
I just updated my OS from Snow Leopard to LION 10.7.3, and I usually
I have just updated os x to 10.6.3 and no Eclipse won't start the
I have a third party JQuery library that does this: var $this = $(this);
I have a datagrid that is displaying data that is being returned from a
Hopefully I'm just missing something and this is simple... I have a page that
[updated] The 1st jQuery section below dynamically creates an a.open-popup element. But after I
I have just encountered a strange problem when using jQuery Mobile. I have a

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.