V
V
Vladislav Shchekoldin2012-01-31 15:42:06
ExtJS/Sencha
Vladislav Shchekoldin, 2012-01-31 15:42:06

ExtJs passing parameters to actions from grids?

Ext 4, Scenario:
1. From ext, we call some action on a record from the grid (for example, delete). The transmission goes like this: {"data":{"id":"176"}}
2. It, in turn, receives a response from the server - an error.
3. In the next similar call, an array of parameters is already passed. {"data":[{"id":"176"},{"id":"178"}]}
How to force ext to make a request from point 3 as in point 1?
Well, that is, ignore previous work errors?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bernex, 2015-06-18
@bernex

Usually it makes requests separately, maybe you have batch: true, then it groups operations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question