Hi,
I could swear that I saw a good example of this on the web somewhere few weeks ago, i can’t seem to find it though 🙁
I have a webservice that returns json in tree stucture.
Example
wsdata
person
---{firstname, lastname, date of birth},
{firstname, lastname, date of birth}.... so on
building
---{street, city},
{street, city},
{street, city} and so on
weather
----{day, weathertype},
{day, weathertype},
{day, weathertype} and so on
I want to have grid one load the data from webservice, set grid1 to list all records in wsdata.person
then grid2 should use local data from grid1 and list all items in wsdata.building
grid 3 should use data from grid1 and list all items in wsdata.weather
At this stage i can’t even get grid1 to load such structure. I tried configuring datasource in different ways, different column mappings, just can’t get it working 🙁
If you guys have the example handy, i’d appriciate it.
Thanks,
B