Hi, I noticed collision detection only works when all data is loaded into the application. What happens when dynamic loading is enabled? Thanks!
Hello,
Can you please describe your use case in detail?
For example, if we edit today’s event and set it to 2013 year those data is not yet loaded - indeed no check will be made.
Best regards,
Ilya
Hi Ilya, thanks for your reply.
Your example is correct. So is there no way around it? Is there a tweak I can apply to collision detection so it checks the DB instead of the in memory events?
I’d say limit the date range of edits (so you can’t change booking to the next year, e.g.) or load more data.
Best regards,
Ilya