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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:23:05+00:00 2026-06-08T10:23:05+00:00

When I sync for edited grid, extjs pass JSON data to Server by AJAX.

  • 0

When I sync for edited grid, extjs pass JSON data to Server by AJAX.

If I edit multiple row, and sync then it make JSON array. But if I edit just single row,
it will pass just a JSON data.

So I have some problem with receiving the parameter because the parameter type is vary.

My question is,

Is it possible to make JSON array date even for single edited grid?

If so, how should I do? anybody know please please advice me.

[Single]

enter image description here

[Multiple]

enter image description here

And this is part of grid store,

proxy: {
        type: "ajax",
        api: {
            update: 'Order/ItemUpdate',
            read: 'Order/ItemList',
            create: undefined,
            destroy: undefined
        }
    }
  • 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-08T10:23:07+00:00Added an answer on June 8, 2026 at 10:23 am

    Just set the allowSingle config of Ext.data.writer.Json to false. As covered here in the docs.

    I am pretty sure that this can be done from your proxy config, e.g.:

    proxy: {
        type: 'ajax',
        writer: {
            type: 'json',
            allowSingle: false
        },
        api: {
            update: 'Order/ItemUpdate',
            read: 'Order/ItemList',
            create: undefined,
            destroy: undefined
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want sync data from iphone to the webs server. My question is how
I want to sync the Core Data on iPhone with MongoDB on Sinatra server.
I'm loading edited objects from the server with RestKit (0.10.0) and Core Data in
How can i sync sql server 2008-R2 (remopte server and local) using Microsoft Sync
I want to sync core data between applications which have different Bundle ids but
After sync() updating just that one row that is changed but not all from
I am using a sync service to sync between compact database and server. In
Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside
Can sync Adaptor be used to sync data of your own app (database) instead
I'm using sync framework to synchronize sql server 2008 database with sqlCE on mobile

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.