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?
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?