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

Double click on schedule disappear text

2 Answers 68 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sibin
Top achievements
Rank 1
Sibin asked on 11 Feb 2009, 03:26 PM

When I double click on the schedule the text in the schedule disappear

<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">

 

 

</telerik:RadStyleSheetManager>

 

 

<telerik:RadScheduler Height ="1200" Width ="1500" ID="RadScheduler1"

 

 

runat="server" Skin="Vista" DataKeyField="ID"

 

 

DataSubjectField="Description" DataMember ="RequestorID"

 

 

DataStartField="Start" DataEndField="End"

 

 

CustomAttributeNames="Description,RequestorID" EnableAdvancedForm="False"

 

 

OnClientAppointmentInserting="OnClientAppointmentInserting" OnClientAppointmentDoubleClick="dblclick"

 

 

FirstDayOfWeek="Monday" HoursPanelTimeFormat="h:mm" LastDayOfWeek="Friday"

 

 

MinutesPerRow="15" NumberOfHoveredRows="1"

 

 

onappointmentinsert="RadScheduler1_AppointmentInsert"

 

 

onnavigationcommand="RadScheduler1_NavigationCommand"

 

 

onnavigationcomplete="RadScheduler1_NavigationComplete"

 

 

ontimeslotcreated="RadScheduler1_TimeSlotCreated1"

 

 

TimeLabelRowSpan="1" ValidationGroup="RadScheduler1"

 

 

OverflowBehavior="Scroll" EnableRecurrenceSupport="False"

 

 

RowHeight="40px"

 

 

StartEditingInAdvancedForm="False" AllowDelete="False">

 

 

<AppointmentTemplate>

 

 

 

<asp:Label runat =server ID="Label1" Visible ="true" Text =<%# Eval("Description")%> ></asp:Label>

 

 

<asp:Label ID="requestorId" Text ="<%# Eval("RequestorID")%>" ></asp:Label>

 

 

 

</AppointmentTemplate>

 

 

<TimelineView NumberOfSlots="4" SlotDuration="15:00:00" />

 

 

 

</telerik:RadScheduler>

 

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 12 Feb 2009, 12:34 PM
Hello Sibin,

This was a known issue which has been fixed with the current version (2008.3.1314). Are you using the latest version?

Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sibin
Top achievements
Rank 1
answered on 13 Feb 2009, 12:50 PM
Thanks for the quick response . I was using an old version . The latest version fixed the issue for me.
Tags
Scheduler
Asked by
Sibin
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sibin
Top achievements
Rank 1
Share this question
or