Page 2 of 2

Re: Set selected resources

Posted: Fri May 26, 2023 2:31 pm
by Animal

How? that must be something your code does.


Re: Set selected resources

Posted: Fri May 26, 2023 2:49 pm
by Animal

In fact the only dataChange event comes from Grid and Scheduler

Screenshot 2023-05-26 at 14.38.18.png
Screenshot 2023-05-26 at 14.38.18.png (51.55 KiB) Viewed 153 times

So that comes when the AgendaView (which is a fancy grid) gets its store recalculated.

It has to have its own separate store with one record per date containing events collected for the date range. So that's the only widget that ever fires that event. It's not useful for you.