Hi All,
Using VS2008 C# with Q3 2008 Telerik controls.
I am having an issue with the scheduler when in read-only in month view.
What is happening is that when I double click on a word in the displayed appointments in month view, the word first highlights, then disappears!
Has anyone had a similar problem? Or a fix?
My definition is as follows :
I am using an XML provider ripped straight from the examples and the population works correctly.
Thanks,
Jordan.
Using VS2008 C# with Q3 2008 Telerik controls.
I am having an issue with the scheduler when in read-only in month view.
What is happening is that when I double click on a word in the displayed appointments in month view, the word first highlights, then disappears!
Has anyone had a similar problem? Or a fix?
My definition is as follows :
| <telerik:RadScheduler ID="RadScheduler1" runat="server" AllowDelete="False" |
| AllowEdit="False" AllowInsert="False" Culture="English (Australia)" |
| DisplayDeleteConfirmation="False" EnableAdvancedForm="False" |
| EnableRecurrenceSupport="False" EnableResourceEditing="False" |
| FirstDayOfWeek="Monday" HoursPanelTimeFormat="htt" LastDayOfWeek="Sunday" |
| OverflowBehavior="Expand" ProviderName="XmlSchedulerProvider1" ReadOnly="True" |
| SelectedView="MonthView" ShowViewTabs="False" Skin="Inox" |
| StartEditingInAdvancedForm="False" style="top: 0px; left: 0px; height: 500px" |
| ValidationGroup="RadScheduler1"> |
| </telerik:RadScheduler> |
I am using an XML provider ripped straight from the examples and the population works correctly.
Thanks,
Jordan.