- Home
- Forum
- JavaScript - EJ 2
- Custom navigation interval in Scheduler!!
Custom navigation interval in Scheduler!!
I'm working with Appointments.
What I'm trying to achieve is the following:
- have the ~TimelineMonth view (to see 4-5 calendar weeks in the viewport)
- but on navigation, I want to move forward or backward in the timeline with a 1-week interval
Ex: See the calendar weeks of month August [31,32,33,34,35] and upon clicking the button next on the navigation, shift the calendar weeks to [32,33,34,35,36], so on..
I'm working on a POC and this is a must, can this be achieved?
What I thought of is: set the interval of TimelineWeek to 52 and on (navigation)=fn($event) cancel the event:args.cancel = trueand make some logic to move the scroll position. But this logic seems a bit cumbersome and I want to know if there is a better way to achieve this.
Thank you!
SIGN IN To post a reply.
3 Replies
KK
Karthigeyan Krishnamurthi
Syncfusion Team
October 8, 2019 06:38 AM UTC
Syncfusion greetings.
Please refer the below link for further details.
Regards,
Karthi
I'm working with Appointments.What I'm trying to achieve is the following:
- have the ~TimelineMonth view (to see 4-5 calendar weeks in the viewport)
- but on navigation, I want to move forward or backward in the timeline with a 1-week interval
Ex: See the calendar weeks of month August [31,32,33,34,35] and upon clicking the button next on the navigation, shift the calendar weeks to [32,33,34,35,36], so on..I'm working on a POC and this is a must, can this be achieved?What I thought of is: set the interval of TimelineWeek to 52 and on (navigation)=fn($event) cancel the event:args.cancel = trueand make some logic to move the scroll position. But this logic seems a bit cumbersome and I want to know if there is a better way to achieve this.Thank you!
Ex: See the calendar weeks of month August [31,32,33,34,35] and upon clicking the button next on the navigation, shift the calendar weeks to [32,33,34,35,36], so on..
I'm working on a POC and this is a must, can this be achieved?https://birthdaywishes.onl/
What I thought of is: set the interval of TimelineWeek to 52 and on (navigation)=fn($event) cancel the event:args.cancel = trueand make some logic to move the scroll position. But this logic seems a bit cumbersome and I want to know if there is a better way to achieve this. https://myip.kim/
Thank you!
agreed!!
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
JA jakabhai
- Oct 6, 2019 10:30 AM UTC
- Oct 9, 2019 09:08 AM UTC