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.
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.