Hi,
To enable keyboard navigation of radScheduler I have set TabIndex of scheduler to some value. I have some other controls as well in the page.
Now the problem is even if users focus is on some other control say textbox, and user presses any navigation arrows from keyboard scheduler cells are also highlighted, it seems that scheduler is navigating even if my focus is not on scheduler.
I have created a sample project to demonstrate this behaviour. But this forum is not allowing me to upload zip files.
Attached is my scheduler control definition
Steps are:
1. Highlight the any other control that scheduler in the page and press navigation keys.
To enable keyboard navigation of radScheduler I have set TabIndex of scheduler to some value. I have some other controls as well in the page.
Now the problem is even if users focus is on some other control say textbox, and user presses any navigation arrows from keyboard scheduler cells are also highlighted, it seems that scheduler is navigating even if my focus is not on scheduler.
I have created a sample project to demonstrate this behaviour. But this forum is not allowing me to upload zip files.
Attached is my scheduler control definition
<
telerik:RadScheduler
ID
=
"calendarView"
runat
=
"server"
Skin
=
"Office2010Silver"
DataEndField
=
"End"
DataKeyField
=
"VaultID"
DataStartField
=
"Start"
DataSubjectField
=
"Subject"
SelectedView
=
"MonthView"
RowHeight
=
"20px"
TabIndex
=
"4"
ReadOnly
=
"true"
ShowFullTime
=
"true"
Width
=
"100%"
ShowFooter
=
"false"
OnAppointmentCreated
=
"calendarView_AppointmentCreated"
CustomAttributeName
=
"Location"
Height
=
"500px"
>
<
TimelineView
UserSelectable
=
"false"
/>
<
MonthView
VisibleAppointmentsPerDay
=
"4"
/>
</
telerik:RadScheduler
>
Steps are:
1. Highlight the any other control that scheduler in the page and press navigation keys.