PDA

View Full Version : Multiple grids, different XML readers, same datastore.



Xouqoa
11 Aug 2007, 7:32 PM
I was trying to create a page with 3 individual grids. Each grid has it's own set of data that I would like to be loaded from the same DataStore. My original idea was to create an Ajax request for the primary data request (XML), and then save it in a variable and then create three more datastore variables using the MemoryProxy type with a customized XMLReader so that I only had to query the database one time.

I wasn't able to get it working, and I ended up just creating it with three calls to the database temporarily. Has anybody done anything similar or know where there is an example of something like this at?

klaygomes
21 Nov 2007, 8:59 AM
I think it is not possible, becuase i was trying to do the same, but when looking up the forum i found it:

http://extjs.com/forum/showthread.php?t=17944


:((:((:((:((