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

Can't hide navigation bar

1 Answer 52 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
flanky
Top achievements
Rank 1
flanky asked on 12 Apr 2011, 09:06 AM
Hi:
I found that after setting CurrentViewColumn  and CurrentViewRow ,the navigation bar is appered even the property  'Showheader' is false.
calendar.CurrentViewColumn = colForCurrentDate;
calendar.CurrentViewRow = rowForCurrentDate;


any help, thanks advance!

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 14 Apr 2011, 05:31 PM
Hello flanky,

Thank you for writing.

This appears to be an issue with RadCalendar. It will be addressed in some of the future releases. For the time being, I can provide you with the following workaround:

radCalendar1.CurrentViewColumn = colForCurrentDate;
radCalendar1.CurrentViewRow = rowForCurrentDate;
this.radCalendar1.ShowHeader = true;
this.radCalendar1.ShowHeader = false;

I have added a PITS item for this issue so you can track its progress. Here you can find the PITS Issue: Public URL.

Your Telerik points have been updated.

Feel free to contact me if you have any additional questions.

Kind regards,
Ivan Todorov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
flanky
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or