| protected void RadMenu1_ItemClick(object sender, Telerik.Web.UI.RadMenuEventArgs e) |
| { |
| if (e.Item.AccessKey.ToString() == "1") |
| { |
| Control control = LoadControl("home.ascx"); |
| control.ID = control.ToString(); |
| ContentPlaceHolder1.Controls.Clear(); |
| ContentPlaceHolder1.Controls.Add(control); |
| } |
| else |
| { |
| Control control = LoadControl("abt.ascx"); |
| control.ID = control.ToString(); |
| ContentPlaceHolder1.Controls.Clear(); |
| ContentPlaceHolder1.Controls.Add(control); |
| } |
| } |
<script type="text/javascript"> if (window != window.top) window.top.navigate(window.location.href); </script>
if (typeof (Page_ClientValidate) == 'function') {
// if we are doing a validation, return if it's false
if (Page_ClientValidate() == false) { return false; }
}
Thanks.
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadTextBox1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadTextBox2" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="RadTextBox2">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadTextBox3" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManagerProxy>
<telerik:RadTextBox ID="RadTextBox1" AutoPostBack="true" runat="server">
</telerik:RadTextBox>
<telerik:RadTextBox ID="RadTextBox2" AutoPostBack="true" runat="server">
</telerik:RadTextBox>
<telerik:RadTextBox ID="RadTextBox3" AutoPostBack="true" runat="server">
</telerik:RadTextBox>
<
telerik:RadEditor ID="txtText" runat="server" Height="200px" Width="400px" ToolTip="Post Body" EnableEmbeddedSkins="false">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="Cut" />
<telerik:EditorTool Name="Copy" />
<telerik:EditorTool Name="Paste" />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="FontSize" />
<telerik:EditorTool Name="ForeColor" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
</telerik:RadEditor>

AdvancedInsertTemplate
doesn't work. save cancel options display and it open after i click options button. I want to open directly this form. How i configure the scheduler components. Thanks you for your helps.