1. #1
    Sencha User
    Join Date
    Mar 2011
    Location
    Bhubaneswar
    Posts
    34
    Vote Rating
    0
    Zinnia is on a distinguished road

      0  

    Default Unanswered: Edit Multiple Grid Panel records using ajax or rest proxy

    Unanswered: Edit Multiple Grid Panel records using ajax or rest proxy


    Hi, I have two grid panels , each having different store. While updating the records in both the grids , I would like to post a single request, that can post the datas as JSON. How do i post all the edited datas as Json. Can any one give me some idea to do the same.

  2. #2
    Sencha - Support Team slemmon's Avatar
    Join Date
    Mar 2009
    Location
    Boise, ID
    Posts
    2,917
    Vote Rating
    80
    Answers
    211
    slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light slemmon is a glorious beacon of light

      0  

    Default


    I'm sure of a simple way for you to do that directly. If each grid has a unique store instance (versus a shared store instance) then each will also then have its own proxy instance connecting to your server as well and will operate independently.