4 Answers, 1 is accepted
0
Hi,
Creating a CalendarButton style and setting IsTabStop to false will do the trick for you. Here is sample code:
Regards,
Ivo
the Telerik team
Creating a CalendarButton style and setting IsTabStop to false will do the trick for you. Here is sample code:
<
UserControl.Resources
>
<
Style
TargetType
=
"calendar:CalendarButton"
x:Key
=
"ButtonStyle"
>
<
Setter
Property
=
"IsTabStop"
Value
=
"False"
/>
</
Style
>
</
UserControl.Resources
>
....
<
telerik:RadCalendar
DayButtonStyle
=
"{StaticResource ButtonStyle}"
MonthButtonStyle
=
"{StaticResource ButtonStyle}"
YearButtonStyle
=
"{StaticResource ButtonStyle}"
DecadeButtonStyle
=
"{StaticResource ButtonStyle}"
/>
.....
Regards,
Ivo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Olena
Top achievements
Rank 1
answered on 12 Mar 2012, 11:55 AM
Thanks. It works but it looks like its still one tab stop too much .
Cheers.
Cheers.
0
Accepted
Hi Olena,
To accomplish this you will have to edit entirely the RadCalendar's template. You can find a sample project attached.
I hope this helps you.
All the best,
Ivo
the Telerik team
To accomplish this you will have to edit entirely the RadCalendar's template. You can find a sample project attached.
I hope this helps you.
All the best,
Ivo
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Olena
Top achievements
Rank 1
answered on 13 Mar 2012, 03:04 PM
Many thanks!
Regards
Olena
Regards
Olena