Hi,
I m having radcombo in inlinetemplate of radscheduler. when i m selecting the value from radcombo the inlinetemplate is disappears for few seconds, and i m binding values from database, & it is done by server side coding.
I dont know whether it is possible to avoid it of not?.
Please find the code i have used,
Please give any suggestion to solve it.
Regards
Maha;)
I m having radcombo in inlinetemplate of radscheduler. when i m selecting the value from radcombo the inlinetemplate is disappears for few seconds, and i m binding values from database, & it is done by server side coding.
I dont know whether it is possible to avoid it of not?.
Please find the code i have used,
<telerik:RadScheduler runat="server" ID="RadScheduler1" ShowWeeklyColumnHeader="true" |
ShowViewTabs="false" ShowHeader="true" ShowNavigationPane="true" |
OnClientTimeSlotContextMenu="timeSlotContextMenu" OnClientAppointmentContextMenu="appointmentContextMenu" |
OnClientAppointmentInserting="appointmentInserting" AllowDelete="false" WeekHeaderDateFormat="dd-MMM-yyyy" |
StartEditingInAdvancedForm="false" OnAppointmentCommand="RadScheduler1_AppointmentCommand" |
TimeZoneOffset="00:00:00" OnAppointmentInsert="RadScheduler1_AppointmentInsert" |
OnNavigationComplete="RadScheduler1_NavigationCommand" ShowFullTime="true" OnClientFormCreated="ClientFormCreated" |
OnFormCreated="RadScheduler1_FormCreated" RowHeight="35" OnAppointmentDataBound="RadScheduler1_AppointmentDataBound" |
OnAppointmentCreated="RadScheduler1_AppointmentCreated" OnAppointmentUpdate="RadScheduler1_AppointmentUpdate" |
OnAppointmentCancelingEdit="RadScheduler1_AppointmentCancelingEdit" OnClientAppointmentMoveEnd="appointmentMoveEnd"> |
<TimelineView UserSelectable="false" /> |
<AdvancedForm Modal="true" /> |
<InlineEditTemplate> |
<div style="border: thin solid #008080; font: 11px arial,sans-serif; background: #00FFFF; |
width: 100%"> |
<table> |
<tr> |
<td align="left"> |
<br /> |
<asp:Label ID="Label2" runat="server" AssociatedControlID="StartInput">Description</asp:Label> |
</td> |
<td> |
<asp:TextBox ID="txtProgramname" runat="server" Text='<%# Bind("Subject") %>' TextMode="MultiLine" |
Width="150"></asp:TextBox><br /> |
</td> |
</tr> |
<tr> |
<td align="left"> |
<br /> |
<asp:Label ID="Label5" runat="server" AssociatedControlID="EndInput">Episode</asp:Label> |
</td> |
<td> |
<asp:TextBox ID="txtEpisode" Columns="500" runat="server" Width="150" TextMode="MultiLine"></asp:TextBox><br /> |
</td> |
</tr> |
<tr> |
<td align="left"> |
<asp:Label ID="Label3" AssociatedControlID="StartInput" runat="server">Start time:</asp:Label> |
</td> |
<td> |
<telerik:RadTextBox ID="StartInput" Text='<%# Bind("Start") %>' runat="server" Visible="false"> |
</telerik:RadTextBox><telerik:RadDateTimePicker SelectedDate='<%# Bind("Start") %>' |
ID="Starttime" runat="server" DateInput-DateFormat="dd-MMM-yyyy HH:mm"> |
<DateInput ID="startdate" runat="server" OnClientDateChanged="ClientDateSelected1"> |
</DateInput> |
<TimeView ID="TimeView2" runat="server" Interval="00:30:00" OnClientTimeSelected="ClientTimeSelected1"> |
</TimeView> |
</telerik:RadDateTimePicker> |
<br /> |
</td> |
</tr> |
<tr> |
<td align="left"> |
<asp:Label ID="Label4" AssociatedControlID="EndInput" runat="server">End time:</asp:Label> |
</td> |
<td> |
<telerik:RadTextBox ID="EndInput" Text='<%# Bind("End") %>' runat="server" Visible="false"> |
</telerik:RadTextBox> |
<telerik:RadDateTimePicker ID="Endtime" SelectedDate='<%# Bind("End") %>' runat="server" |
DateInput-DateFormat="dd-MMM-yyyy HH:mm"> |
<TimeView ID="TimeView1" runat="server" Interval="00:30:00" OnClientTimeSelected="ClientTimeSelected2"> |
</TimeView> |
</telerik:RadDateTimePicker> |
<br /> |
</td> |
</tr> |
<tr> |
<td align="left"> |
<asp:Label ID="Label6" runat="server" CssClass="inline-label">Task:</asp:Label> |
</td> |
<td> |
<telerik:RadComboBox ID="cmbtask" Text="--Select--" AutoPostBack="true" runat="server" |
Enabled="true" ShowDropDownOnTextboxClick="true" OnSelectedIndexChanged="cmbtask_SelectedIndexChanged" |
OnClientSelectedIndexChanged="clientselectedindexchanged"> |
<Items> |
<telerik:RadComboBoxItem Text="Cancel Episodes" Value="CancelEpisodes" /> |
<telerik:RadComboBoxItem Text="Add New Programme" Value="AddNewProgramme" /> |
<telerik:RadComboBoxItem Text="Change Break Format" Value="ChangeBreakFormat" /> |
<telerik:RadComboBoxItem Text="Reschedule Programme" Value="RescheduleProgramme" /> |
</Items> |
</telerik:RadComboBox> |
<br /> |
</td> |
</tr> |
<tr> |
<td align="left"> |
<asp:Label ID="lbl_CancelingOptions" runat="server" CssClass="inline-label" Visible="false" |
Text="Options:"></asp:Label> |
</td> |
<td> |
<asp:DropDownList runat="server" ID="drpcc" Visible="false" Width="100"> |
</asp:DropDownList> |
<telerik:RadComboBox ID="cmb_CancelingOptions" Text="--Select--" runat="server" Visible="true" |
Enabled="true" ShowDropDownOnTextboxClick="true"> |
<Items> |
<telerik:RadComboBoxItem Text="Cancel this Episode and Leave Slot Blank" Value="Cancel this Episode and Leave Slot Blank" /> |
<telerik:RadComboBoxItem Text="Cancel this Episode along with its Repeats" Value="Cancel this Episode along with its Repeats" /> |
<telerik:RadComboBoxItem Text="Cancel All Occurances of this Programme in this Time Band" |
Value="Cancel All Occurances of this Programme in this Time Band" /> |
<telerik:RadComboBoxItem Text="Cancel All Programmes in this Time Band" Value="Cancel All Programmes in this Time Band" /> |
<telerik:RadComboBoxItem Text="Cancel this Episode and All Subsequent Episodes for the Same Repeat No" |
Value="Cancel this Episode and All Subsequent Episodes for the Same Repeat No" /> |
<telerik:RadComboBoxItem Text="Cancel this Episode and All Subsequent Episodes along with Repeats" |
Value="Cancel this Episode and All Subsequent Episodes along with Repeats" /> |
<telerik:RadComboBoxItem Text="Cancel this Episode and Pull Subsequent Episodes of the Same Repeat No" |
Value="Cancel this Episode and Pull Subsequent Episodes of the Same Repeat No" /> |
<telerik:RadComboBoxItem Text="Cancel this Episode and Pull Subsequent Episodes in the Same Time Band" |
Value="Cancel this Episode and Pull Subsequent Episodes in the Same Time Band" /> |
</Items> |
</telerik:RadComboBox> |
<br /> |
</td> |
</tr> |
<tr> |
<td colspan="2" align="center"> |
<asp:LinkButton ID="OK" runat="server" CommandName="OK" Text="OK" Visible="false"> |
<asp:LinkButton ID="ok_reschedule" runat="server" CommandName="ok_reschedule" Text="OK" |
Visible="true" OnClientClick="confirmCall()"></asp:LinkButton> |
<asp:LinkButton ID="Cancel" runat="server" CausesValidation="False" CommandName="Cancel" |
Style="margin-right: 8px;" Text="Cancel"> |
</asp:LinkButton> |
</td> |
</tr> |
</div> |
</table> </div> |
</InlineEditTemplate> |
</telerik:RadScheduler> |
Please give any suggestion to solve it.
Regards
Maha;)