PDA

View Full Version : Extra information in grid data request



var1en
13 Apr 2007, 12:01 PM
Hi,

I'd like to have extra data to be received together with grid data in ajax request.
This data is not part of grid fields

Is it possible, or the only way is to send another ajax request during grid creation?

Thanks

jack.slocum
13 Apr 2007, 12:10 PM
The JsonReaders full rdata received (or XmlReader's Document) is available as reader.jsonData. Also, the raw JSON for any record in the store is available as record.json (record.node for XML).