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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:30:49+00:00 2026-05-22T03:30:49+00:00

I think that serializeCellData would be useful to me, but I’m not sure how

  • 0

I think that serializeCellData would be useful to me, but I’m not sure how it works and where it is called in the order of events. Does serializeCellData(postdata) define the other event parameters rowid, cellname, value, iRow, and iCol? Can it be used to add postdata information to, for instance, afterSaveCell so that it now takes more than 5 arguments?

In my code, I’m making local modifications to data using cell editing.

  • 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-22T03:30:50+00:00Added an answer on May 22, 2026 at 3:30 am

    The serializeCellData event can be used to customize the data which will be send to the server in case of cell submitting. It will be used only if cellsubmit option are set to ‘remote’ of course. For example, if we save the cell named 'mycell' (the cell from the column ‘mycell’) the object {id: theRowId, mycell: cellValue} will be used as the postdata parameter of serializeCellData event. If you want you can analyse the input and return from serializeCellData the object like {rowid: theRowId, cellname:mycell, value: cellvalue}. If you need to have access to additional information like iRow and iCol you can implement additionally beforeSubmitCell, save the values of parameters which you need in a variable in the external scope which is visible in both beforeSubmitCell and serializeCellData. Then you can see the values saved by beforeSubmitCell inside of serializeCellData and append the object returned by serializeCellData.

    What I described above is only some remrks how the serializeCellData event can be used. If you return the string from your serializeCellData event handler instead on an obect then the string will be send by jQuery.ajax exactly like it be. So if you need to send JSON data to the server you can do the following

    serializeCellData: function(postdata) {
        return JSON.stringify(postdata);
    }
    

    So the serializeCellData event can be used in different cases and gives you really full control which data exactly will be send to the server.

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

Sidebar

Related Questions

I think that such a list would be useful, but I have been unable
I think that this should be easy, but I'm not able to get it
i think that below codes is very useful. But i try to create EntityKEy.
i think that below codes is very useful. But i try to create EntityKEy.
I think that I fully understand this, but I just want to make sure
I would like to think that some of the software I'm writing today will
Would you guys think that a master page should be part of the company's
I think that asking this might be kind of silly but I'm still wondering
I think that's what clip are used for but I can't find any example
I think that I am having a slow evening but I have a question

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.