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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T10:28:02+00:00 2026-06-07T10:28:02+00:00

I used jqgrid inline-edit feature in my project, when I was editing a row,

  • 0

I used jqgrid inline-edit feature in my project, when I was editing a row, I don’t want to save it later, it will restore the former data, I was wondering where jqgrid stored its former data, what method can I use to get its former data when I was editing a row?

  • 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-06-07T10:28:04+00:00Added an answer on June 7, 2026 at 10:28 am

    Yes, per the jqGrid documentation you can use the grid parameter savedRow:

    This is a readonly property and is used in inline and cell editing modules to store the data, before editing the row or cell.

    As @Arnav wrote, you can easily access this savedRow parameter using getGridParam:

    $("#gridId").jqGrid("getGridParam", "savedRow");
    

    In case you are interested, internally there is an array $t.p.savedRow that the previous data is stored to. You can see this within the restoreRow function in grid.inlineedit.js:

    for( var k=0;k<$t.p.savedRow.length;k++) {
        if( $t.p.savedRow[k].id == rowid) {fr = k; break;}
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jqGrid is defined using code below. editurl is used for inline edit. dataProxy is
Inline editing is started using edit formatter action button. If clicked in other row,
jqGrid delete action button is used to delete row. This button click calls Edit
If row is saved in inline edit in jqGrid, FireFox makes grid dim (
in jqgrid for inline editing when we click the save icon, ** internally it
I want help in highlighting jqgrid row's data part as and when they are
jqGrid contains quantity column and add to cart button using colmodel below. Inline editing
I used a jqGrid for display the call details it will refresh or reload
If multiple grouping is used, jqgrid advanced search can generate search criteria like {groupOp:AND,rules:[],groups:[{groupOp:AND,rules:[{field:Nimi,op:cn,data:kk},{field:Nimi,op:cn,data:kkk}],groups:[]}]}
I used the phonegap website to create an IPA file. Now I want 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.