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

WPF RadCalendar EnableNavigation

2 Answers 94 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 24 Jan 2012, 05:56 PM
Is there a property like EnableNavigation of asp.net RadCalendar for the WPF RadCalendar?
if not, how can I disable the title navigation's buttons?

thanks.

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 27 Jan 2012, 10:54 AM
Hello Pierre,

RadCalendar for WPF does not provide such a property. You should either remove the Header by setting HeaderVisibility property or edit the template of the control in order to disable the button.

If you need further assistance, write to us again.

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Ed
Top achievements
Rank 1
answered on 31 Jan 2013, 06:19 PM

By setting the following properties you can have the equivalent of EnableNavigation = False.  The navigation buttons are no longer displayed in the title bar.

ViewsHeaderVisibility = "Visible"

 

HeaderVisibility="Collapsed"

Ed
Tags
Calendar
Asked by
Pierre
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ed
Top achievements
Rank 1
Share this question
or