search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

React scheduler PRO (trial) > Links between distant events

Asked by andy
21 days ago.

There are 2 events that are very far away - one in 2023 and the other in 2024.

We are viewing the timeline on day zoom and seeing only the 2024 event, we won't see the links drawn between these 2 events because event in 2010 is not rendered due to progressive rendering.

We ensured both events are properly loaded/formatted in `events` and `links` array. We are using infinite scrolling mode.

However, one of our future product requirement is to always draw the links, regardless how far apart the events are.

Is there a way to achieve this currently? Or will it be a feature request?

—-

Example:

1st screenshot shows the link is still drawn (please ignore the self-reference link) on year view, between Phase Near and Phase far.

2nd screenshot shows the link is not drawn on month view between Phase Near and Phase far, probably because Phase Near is not rendered by the timeline.

Comment posted by Dan Letecky [DayPilot]
21 days ago.

At this moment, both ends of the links need to be in the visible range. The exact position of an event is calculated from the timeline. When infinite scrolling is enabled, the timeline is only generated for the time segment defined by the days property.

I’d need to check how much work it would be to support links with loose/approximate ends.

Comment posted by andy
21 days ago.

Thank you! We look forward to the response.

Answer posted by Dan Letecky [DayPilot]
17 days ago.

This is now implemented in the latest release (2025.3.6631).

  • The links from rendered events to events outside of the timeline will be displayed as well.

  • The invisible event needs to be loaded and the correct row must be specified.

Comment posted by andy
16 days ago.

Thank you!

New Reply
This reply is
Attachments:
or drop files here
Your name (optional):