Hi,
I have a requirement to open the Editor window after the Schedule has loaded it's data from remote services. (Both the events and resources data are coming from remote services)
this.scheduleObj.openEditor(eventData, "Add", true);
I tried running the command above on the schedule's "created" event but as soon as the data from either of the remote services is retrieved the Schedule is redrawn and the Editor window disappears.
I also tried running that command in the "dataBound" event but it gets called twice, first when the resources data is bound and second when the events data is bound. This causes the Editor window to be shown after the resources data is bound, then immediately the window is removed, then it is shown a second time when the events data is bound to the Schedule.
Any suggestions how I may show the Editor window after all data is loaded into the Schedule?
thanks
Derrick