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

Scheduler as Calendar

1 Answer 42 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 31 Mar 2010, 06:54 AM
Hello,

I am planning to substitute the calendar in my website with the Scheduler control. Would it be possible to remove the "editing" function of the control (like a property that I need to toggle) when viewed by the public and have instead an admin page that has the edit control placed behind authenticated pages?

1 Answer, 1 is accepted

Sort by
0
Greg
Top achievements
Rank 2
answered on 31 Mar 2010, 04:56 PM
I'm just getting going with the Scheduler, but I believe the below should do what you want.

    <telerik:RadScheduler ID="TeamPTOCalendar" runat="server" SelectedView="MonthView"  
                          AllowDelete="False" AllowEdit="False" AllowInsert="False"
    </telerik:RadScheduler> 

Tags
Scheduler
Asked by
Patrick
Top achievements
Rank 1
Answers by
Greg
Top achievements
Rank 2
Share this question
or