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

Double Click in Readonly problem

1 Answer 72 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Rhyss
Top achievements
Rank 1
Rhyss asked on 13 Jan 2009, 11:48 PM
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 :
<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.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Jan 2009, 12:53 PM
Hello Jordan,

That's a known issue which has been fixed with service pack 2 (scheduled to be released today).

Regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
Rhyss
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or