<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.
<asp:TextBox ID="txtTest" runat="server" /> <telerik:RadInputManager ID="RadInputManager1" runat="server" EnableEmbeddedSkins="true" Skin="Default"> <telerik:TextBoxSetting BehaviorID="bhTest" ErrorMessage="Error!" Validation-IsRequired="true" Validation-ValidationGroup="ValidationSummary1"> <TargetControls> <telerik:TargetInput ControlID="txtTest" /> </TargetControls> </telerik:TextBoxSetting> </telerik:RadInputManager> <asp:Button ID="btnTest" runat="server" ValidationGroup="ValidationSummary1" Text="Test" /><add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/><telerik:RadEditor ID="editorAnswer" Runat="server" Font-Names="Arial" Font-Size="12pt"> <SpellCheckSettings DictionaryPath="~/App_Data/RadSpell/" />