> The current problem is that when you navigate with the keyboard and the Shift key, DayPilot automatically selects the time range, but if you navigate without the Shift key, the time range is not automatically set.
OK, this is by design - and it’s also how it behaves in Excel:
Simple arrow keys move the keyboard cursor, holding Shift while pressing arrow keys will select a time range (multiple cells).
I don’t see how this could work in a different way (maybe I’m missing something?).
> But when you click on a cell or event with the mouse, you want the cursor (keyboard navigation) to move to this cell or event.
Yes, this could be done. Instead of firing the onTimeRangeSelected
event, a mouse click would just change the keyboard cursor.