Is there a method allowing me to return my stored data in an ExtJS Grid Panel exactly the way I loaded it using:
var data = [\"value1\", \"value2\"] Store.lo
You don't need to make any loops and collect/reprocess data. The json object you need is here:
var jsonData = store.proxy.reader.jsonData;