Hello,
I need to bind the scheduler resources to a remote data source in order to make the resource list dynamic. I have about 60 different resources, and I do not want to display all resources when there are no events scheduled for the given date range of the view. When the date range changes, I want to get a new list of resources from the server. All of the examples I have see so far involve a local dataSource, so there are no promises which makes it work.
Is there a way to achieve this? I should note that I would be ok listing all resources, and then hiding or filtering the resources that do not have an event in the view. Perhaps that would be easier? Please let me know the best method to achieve this. Thanks!