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

NavigationBehavior

1 Answer 48 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 14 Aug 2014, 02:18 PM
Hi,

for my application I created a UserControl which contain a RadScheduleView. We are looking forward to have a mechanism to customize a set of navigation keys, as an example, instead of using the arrow keys to navigate through the appointements and the slots, we want to let the user to determine which keys they want to up to navigate through the appointments and the slots. I would like to know if it's possible to have something like this through the NavigationBehavior or through something else?!?

Thank's
Alain

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 15 Aug 2014, 06:40 AM
Hi Allain,

If you need to predefine the following keys you can use the NavigationBehavior:
case Key.Left:
case Key.Up:
case Key.Right:
case Key.Down:
case Key.Tab:
case Key.PageUp:
case Key.PageDown:
case Key.Home:
case Key.End:

In other way I suggest you hook on KeyDown event of RadScheduleView or override its OnKeyDown method and implement your logic there.


Regards,
Rosi
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
Rosi
Telerik team
Share this question
or