I'm using display methods on a datasource. My method uses a web service to download some info. I've made it so it caches the data but that first time you open the form everything seizes for a few seconds. Is there a way to make a display method asynchronous? I want the form to open and the display method data to load in later.
↧