This is a migrated thread and some comments may be shown as answers.

Arrow Navigation

3 Answers 57 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Christie Admin
Top achievements
Rank 1
Christie Admin asked on 16 Jul 2014, 07:35 PM
Hi,

I use the ScheduleView control with a week view definition. In my scheduleview for each day of the week I have different resources (ie: Room 1, Room 2, etc...). In the control, the "AppointmentsSource" contain multiple appointments and the "SpecialSlotsSource" contain ClosedSlots and FreeSlots. I would like to know if it's possible to navigate through the appointments only, using the UP/DOWN/LEFT/RIGHT and navigate through the freeslots only using the CTRL+UP/CTRL+DOWN/CTRL+LEFT/CTRL+RIGHT?

Thank's
Alain

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 18 Jul 2014, 11:46 AM
Hi Alain,

In order to achieve your requirement, you could create your own navigation behavior and set it through the NavigationBehavior property. In it you can override the Navigate() method and use the NavigationDirection enum to follow the direction of the navigation.

Please give it a try and let us know how that works for you.

Regards,
Konstantina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Christie Admin
Top achievements
Rank 1
answered on 18 Jul 2014, 04:55 PM
Hi Konstantina,

as an example, if for each day of the week I have 2 ressources, Room 1 and Room 2 and I'm on the appointment of 10:00AM in Room 1, if I press the right arrow to go on the next appointment on the right, the one in Room 2 or the one on the next day, do you have any suggestion to handle this???

Thank's
Alain
0
Konstantina
Telerik team
answered on 22 Jul 2014, 10:26 AM
Hello Alain,

I would suggest you to go through this example in our SDK: https://github.com/telerik/xaml-sdk/tree/master/ScheduleView/SlotsAndAppointmentsNavigation

And let me know if you have further questions by explaining in details the behavior you want to achieve.

Regards,
Konstantina
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ScheduleView
Asked by
Christie Admin
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Christie Admin
Top achievements
Rank 1
Share this question
or