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

property of similar ActiveView in WinForms

3 Answers 75 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Maxime Bellemare
Top achievements
Rank 2
Maxime Bellemare asked on 12 Nov 2010, 08:46 PM
What is the property of similar ActiveView in WinForms?

I would like to disable and Dayview TimeLineView

3 Answers, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 17 Nov 2010, 09:44 AM
Hi Claude Bourassa,

You need to choose the selectedView (SelectedView property) and then to disable the viewTabs appearance (ShowViewTabs property set to false).

I hope this is helpful for you!


Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Maxime Bellemare
Top achievements
Rank 2
answered on 17 Nov 2010, 08:57 PM
What I would do is in the ViewTabs see only the option Day and Month. Do not see the option Week and timeline
0
Accepted
Nikolay Tsenkov
Telerik team
answered on 23 Nov 2010, 06:28 PM
Hello Claude Bourassa,

You can set it in the markup as follows:
<telerik:RadScheduler runat="server" ID="RadScheduler1" ... TimelineView-UserSelectable="false" WeekView-UserSelectable="false"...>
</telerik:RadScheduler>


Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Maxime Bellemare
Top achievements
Rank 2
Answers by
Nikolay Tsenkov
Telerik team
Maxime Bellemare
Top achievements
Rank 2
Share this question
or