-
Getting extra information from ExtDirect call when used as a store
Getting extra information from ExtDirect call when used as a store
Hi, I've been using ExtDirect for getting data into a store/grid - which is working really well..
Ideally - what I'd like to be able to do is send a title back with the data (which includes the filters I've applied for example)
Is there any event I can latch onto to get data at the same level as the "item"/"success" etc ?
-
Please ignore - I can get the info using :
var proxy = grid.store.getProxy()
var reader = proxy.getReader();
var message = reader.rawData.message;
in the load callback
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us