Hi, I am having a problem getting this event to fire at all. I know it used to work in the older version but it just seems to not fire at all in the new version I just got.
Anyone else find this problem? Help :(
Here is my scheduler:
It doesnt find my breakpoints in the code behind or anything really.
Thank you,
josh
Anyone else find this problem? Help :(
Here is my scheduler:
<telerik:RadScheduler runat="server" ID="RadScheduler2" | |
Skin="Office2007" OverflowBehavior="Expand" Height="100%" | |
DayStartTime="08:00:00" DayEndTime="23:59:59" TimeZoneOffset="03:00:00" | |
SelectedView="MonthView" ShowHeader="true" ShowViewTabs="false" ShowFooter="true" | |
OnNavigationCommand="RadScheduler2_NavigationCommand" | |
DataKeyField="Id" DataSubjectField="Subject" DataStartField="Start" DataEndField="End" | |
OnAppointmentClick="RadScheduler2_AppointmentClick" | |
AllowEdit="false" AllowDelete="false" AllowInsert="false" | |
EnableAdvancedForm="False" ReadOnly="True"> | |
</telerik:RadScheduler> |
It doesnt find my breakpoints in the code behind or anything really.
Thank you,
josh