OnTimeRangeSelection on new version ||||How to change the arguments passed to onEventMoved/onEventResized?
2 years ago.
Let me explain my use case in Calendar.
1) On the new release, i can’t actually select a cell using left click. This was a nice nice-to-have since and now if i want to see a selected cell i have to click right. What can i do?
2) I need to round the arguments to the next hour quarter, for example, if i move an event from 9.43 to 9.58, it has to position himself on 9.45 to 10.00. I’ve already made the algorithm to round up… but i can’t pass it to onEventMoved. Can you help me?
DayPilot