Hi,
I have 4 Drop Down Lists (spread over 4 tab panels) all using the same 'Locations' dataSource. The problem is when each drop down is initialized, a server request is made to retrieve its data. Which is weird, because shouldnt the DS make a server request the first time, and use the same response for the rest?
Unless the 'read()' call hasnt completed by the time the others initialize and so they each make their own call as well?
Please advise.
Thanks,
Grant