Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
124 views
I am using the The RadSiteMap Control and everthing is working fine except security trimming..it produces a tree structure about 3-4 levels deep in 2 column format. This sitemap is bound to a web.sitemap with security trimming enabled in the web.config

On the same page I have a Asp.net Menu Control using the same web.sitemap file...

Here is my problem the asp.net menu control gets trimmed correctly not showing any nodes that the user doesn't have access to...but the telerik rad control does not ..it shows everything

Any advice would be greatly appreciated.

I have already tried removing the asp.net menu...the radsitemap still doesn't trim

Cheers
Brent
Brent
Top achievements
Rank 1
 answered on 22 Oct 2010
3 answers
197 views
Hi,

I have a listbox with different items that display different elements in my page when i click on it. But if the user has modified anything in the page i'm calling a confirm window to be sure the user want to change his current selected item without saving the change.

The thing is i'm using OnClientSelectedIndexChanged and it still doing a post back even if i have call args.set_cancel(true).

Is there a way to cancel the client click without doing a post back in my page???

Thx for your help,

Guillaume
Genady Sergeev
Telerik team
 answered on 22 Oct 2010
1 answer
117 views
Is ist possible to $create() and render() the RadComboBox client side?
I don't need the server sider Control.
Kalina
Telerik team
 answered on 22 Oct 2010
3 answers
164 views


<
table style="width: 757pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="1008"
<colgroup><col style="width: 18pt;" width="24" /><col style="width: 98pt;" width="131" /><col style="width: 56pt;" width="74" /><col style="width: 73pt;" width="97" /><col style="width: 66pt;" span="2" width="88" /><col style="width: 80pt;" width="106" /><col style="width: 90pt;" width="120" /><col style="width: 49pt;" width="65" /><col style="width: 90pt;" width="120" /><col style="width: 71pt;" width="95" /></colgroup
<tbody
<tr style="height: 15pt;" height="20"
<td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; width: 18pt; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">1</span></strong></td
<td style="background-color: transparent; width: 668pt;border-color: #ece9d8;" class="xl67" colspan="9"><span style="font-family: arial; font-size: 13px;">Per policy, the bid exception such as a third bidder declined, sole source, or the lowest bid not selected was properly documented within the project</span></td
<td style="background-color: transparent; width: 71pt;border-color: #ece9d8;"></td
</tr
<tr style="height: 15pt;" height="20"
<td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;"> </span></strong></td
<td style="background-color: transparent;border-color: #ece9d8;" class="xl67" colspan="4"><span style="font-family: arial; font-size: 13px;">release summary. This was not deemed an exception. </span></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
</tr
<tr style="height: 15pt;" height="20"
<td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">2</span></strong></td
<td style="background-color: transparent;border-color: #ece9d8;" class="xl68" colspan="9"><span style="font-family: arial; font-size: 13px;">Per Ken Stephenson, equipment only purchases without installation do not require signed contracts. This is not deemed an exception. </span></td
<td style="background-color: transparent;border-color: #ece9d8;"></td
</tr
<tr style="height: 15pt;" height="20"
<td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">3</span></strong></td
<td style="background-color: transparent;border-color: #ece9d8;" class="xl68" colspan="10"><span style="font-family: arial; font-size: 13px;">These attributes were not tested here as this is a supplemental release issued for an existing contact/PO. See testing of the initial releases #25013 and #25117.</span></td
</tr
</tbody
</table>

Hi,
I am using Rad Telerik Ajax control version 2010.2.929.35, and try copy paste from excel to editor. Preview mode is fine and Design mode formates very weird. I also tried from telerik demo site.  The above is the html which is generated from Editor after I pasted from Excel. Copy these html to Editor under Html mode and you will see the problem from design view. Our application only enable the Design view for Editor.
Rumen
Telerik team
 answered on 22 Oct 2010
1 answer
192 views
In the example on page Multi Row Example, it shows how to create a drop-down with multiple rows and columns. It looks like this defaults to horizontal repeat direction.

Is there a way to get my results to  repeat vertically instead?

(Im also using a Ajax Templates with a Webservice for the combobox.)
Kamen Bundev
Telerik team
 answered on 22 Oct 2010
1 answer
185 views

Hello,

I'm using RadEditor in my user control. my user control is rendered in a place holder control of Parent page dynamically.
i have one default.aspx page. from that one child rad window is opening called template list. from that template list i'm opening my send email radwinow. Send email winodow contains radeditor in user control. From Send Email window i'm opening i'm opening 3rd Child Radwindow for some more body text.
i mean i already have content in my radeditor and i want to append more content from 3rd child window.
i'm following the instructions of the thread to refresh the parent window.
http://demos.telerik.com/aspnet-ajax/window/examples/dialogreturnvalue/defaultcs.aspx

i have written below function in my 2nd window.

function

 

refreshEditorTest(arg)

 

{
//Append user controls radeditor content with arg

 var editor = GetRadEditor("<%=RadEditor1.ClientID%>");  
        var content = editor.GetHtml();  
editor.SetHtml = Content + "<br/>" + arg;

}


but i'm getting editor object as null.

can you help me how can i update the content of radeditor of user control from parent window.

please suggest some solution.

Thanks
Sweta


Dobromir
Telerik team
 answered on 22 Oct 2010
2 answers
163 views
Hello,

I want to use a radEditor as a multiline textbox with markup and scrollbar in read only mode (preview). I use the telerik example radeditor as textbox as a start but I have the following issues:
  • The toolbar is visible for a short time (only ie8) goes away after some clicks
  • Line-height and fonts do not work in ie8 but fine in FireFox (see attachement)
  • When loaded the first time in ie8 the height of the text area is half the size it should be, this value is set in the style

<style type="text/css">
        .reWrapper_corner, .reWrapper_center
        {
            display: none !important;
        }
              
        .reLeftVerticalSide, .reRightVerticalSide, .reToolZone, .reToolCell
        {
            background: white !important;
        }
              
        .reContentCell
        {
            border-width: 0 !important;
            line-height: 15px;
            height: 75px;
        }
              
        .reWrapper
        {
            border: 0 !important;
        }
        .RadEditor
        {
            filter: chroma(color=c2dcf0);
        }
        .reContentArea
        {
            height: 94px !important;
            font-family: "Segoe UI",Arial,sans-serif  !important;
            color:Navy;
            font-weight:bold;
            font-size: 10px !important;
        }   
</style>
  
<telerik:RadEditor ID="RequestEditor" runat="server"  
         EditModes="Preview" ToolbarMode="ShowOnFocus" 
         Width="318px" Height="100px"  Skin="Hay" 
         BorderStyle="Solid"  BorderWidth="1px" 
         BackColor="White" ToolsWidth="1px" 
         ContentAreaMode="Div" CssClass="incidentRadEditor" 
         OnClientLoad="OnClientLoad" >
                            <Tools>
                            </Tools>
                            <Content>
                                <b>Line 1</b><br />
                                Line 2<br />
                                Line 3<br />
                                Line 4<br />
                                Line 5<br />
                                Line 6<br />
                                Line 7<br />
                            </Content>
                        </telerik:RadEditor>

I tried <meta http-equiv="X-UA-Compatible" content="IE=7" /> But this messes up my layout of my radgridtoolbar

Please take a look at the attachement

All help welcome

regards

Marc Henssen
Marc Henssen
Top achievements
Rank 1
 answered on 22 Oct 2010
7 answers
119 views

Hello,

Is there way to set to specific RegExpTextBoxSetting IsValid true or false in runtime myself?
I want to see the error message of the RegExpTextBoxSetting in specific cases.
Is it possible? or the RegExpTextBoxSetting display the error message only by the regular expression ?

Thanks.

Tsvetina
Telerik team
 answered on 22 Oct 2010
2 answers
121 views

Hello,
I have a rather specialized problem, and I'm hoping somebody here might know what I'm doing wrong.

I'm using the RadScheduler Drag/Drop from RadGrid demo w/RadDock as external edit.  What I'm trying to implement, however, is a "go-between" in the drag/drop.  So, when the user drags a GridItem into the RadScheduler, instead of an appointment being created, a RadDock is populated and displayed and the user is allowed to enter additional information then click an "Add/Submit" button to create the appointment and update the RadScheduler.

So now I have 2 RadDocks, one for the Add function, and one for the Edit function (from the RadDock as external edit demo).  It's working as I had planned except for one thing, neither of the two forms' buttons respond to clicks in the code-behind.   When I've seen weird stuff like this in the past, it had something to do with my RadAjaxManager settings, but I just cannot figure out the problem.


RadAjaxManager

 

<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest" >


<ClientEvents OnRequestStart="RequestStart" OnResponseEnd="ResponseEnd" />


<AjaxSettings>


<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="dayscale">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="RadPanelBar1">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadPanelBar1" />


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />


<telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="RadScheduler1">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />


<telerik:AjaxUpdatedControl ControlID="LithoEditDockPanel" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="RadGrid1">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />


<telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />


<telerik:AjaxUpdatedControl ControlID="LithoAddDockPanel" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="SubmitButton">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />


</UpdatedControls>


</telerik:AjaxSetting>


<telerik:AjaxSetting AjaxControlID="btnAdd">


<UpdatedControls>


<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />


</UpdatedControls>


</telerik:AjaxSetting>


</AjaxSettings>

</telerik:RadAjaxManager>




 


Panel1- USED AS EXTERNAL EDIT PANEL

 

 

 

<asp:Panel runat="server" ID="LithoEditDockPanel">


<telerik:RadDock runat="server" ID="LithoRadDock" Width="500px" Height="780px"


Closed="true" Style="z-index: 2000;" Title="..."


OnClientDockPositionChanged="dockMoved" Skin="Windows7">



<Commands>


<telerik:DockCloseCommand />


</Commands>


<ContentTemplate>


<div class="editForm">


<div class="header">


<asp:Label runat="server" ID="StatusLabel"></asp:Label>


<asp:Label runat="server" ID="lblLithoEditRadDockDescription" Visible="false"></asp:Label>


</div>


<div class="pltInfo">


<ChrisC:MtInfoListview runat="server" ID="LithoMTInfo" />


</div>


<div class="content">

<table style="width: 100%;">

<tr>

<td colspan="1" align="left"

style="width: 53%; height: 50px; vertical-align: top;">

<telerik:RadTextBox ID="DescriptionText" Width="240px" runat="server" EmptyMessage="Description" Skin="Windows7" Label="Description" />

</td>

<td align="right" style="width: 50%; height: 50px; vertical-align: top; padding-right: 35px;">

<telerik:RadComboBox ID="cboWriteTool" runat="server" Width="100%"

Skin="Windows7" Label="Write Tool" DataSourceID="AreasDataSource"

DataTextField="q" DataValueField="id" AutoPostBack="true" />

</td>

</tr>

<tr>

<td colspan="1" align="left"

style="width: 53%; height: 15px; vertical-align: top;">

Starts at:

<telerik:RadDateTimePicker ID="StartTime" runat="server" SharedCalendarID="SharedCalendar"

SharedTimeViewID="SharedTimeView" Skin="Windows7" >

</telerik:RadDateTimePicker>

<br />

<asp:RequiredFieldValidator runat="server" ID="StartTimeRequiredFieldValidator" Display="Dynamic"

ControlToValidate="StartTime" ErrorMessage="Start time is required" />

</td>

<td colspan="1" align="right"

style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">

<telerik:RadComboBox ID="cboPriority" runat="server" Width="100%"

Skin="Windows7" Label="Priority" DataSourceID="PriorityDataSource"

DataTextField="name" DataValueField="id" />

</td>

</tr>

<tr>

<td colspan="1" align="left"

style="width: 53%; height: 45px; vertical-align: top;">

<telerik:RadNumericTextBox ID="txtWriteTime" runat="server" Width="119px"

EmptyMessage="Write Time" Label="Write Time:" Skin="Windows7" />(hrs)

</td>

<td colspan="1" align="right"

style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">

<telerik:RadComboBox ID="cboPlateType" runat="server" Width="100%"

Skin="Windows7" Label="Plate Type" DataSourceID="PlateTypeDataSource"

DataTextField="name" DataValueField="id" />

</td>

</tr>

</table>

<ChrisC:LithoParameters runat="server" id="LithoParameters" />

</div>

<div class="footer">

<asp:Button runat="server" ID="SubmitButton" Text="Update" OnClick="SubmitButton_Click" />

<button onclick="hideForm();" type="button" >Cancel</button>

<asp:Button runat="server" ID="btnCopy" Text="Copy" OnClick="btnCopy_Click" style="margin-right: 20px;" />

</div>

<telerik:RadTimeView ID="SharedTimeView" runat="server" Skin="Windows7">

</telerik:RadTimeView>

<telerik:RadCalendar ID="SharedCalendar" runat="server" EnableMonthYearFastNavigation="False"

EnableMultiSelect="False" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" Skin="Windows7">

</telerik:RadCalendar>

</div>

</ContentTemplate>

</telerik:RadDock>

</asp:Panel>





Panel2- USED AS EXTERNAL ADD PANEL


<asp:Panel runat="server" ID="LithoAddDockPanel">

<telerik:RadDock runat="server" ID="LithoAddRadDock" Width="500px" Height="780px"

Closed="true" Style="z-index: 2000;" Title="..."

OnClientDockPositionChanged="dockLithoAddMoved" Skin="Windows7">

<Commands>

<telerik:DockCloseCommand />

</Commands>

<ContentTemplate>

 

 

 


 

 


<div class="editForm">

 

 

 


 

 


<div class="header">

 

 

 


 

 


<asp:Label runat="server" ID="lithoAddStatusLabel"></asp:Label>

 

 

 


 

 


<asp:Label runat="server" ID="lblLithoAddDockPanelDescription" Visible="false"></asp:Label>

 

 

 


 

 


</div>

 

 

 


 

 

 

 

 


<div class="pltInfo">

 

 

 


 

 

 

 


<ChrisC:MtInfoListview runat="server" ID="MtInfoListview1" />

 

 

 


 

 

 


</div>

 

 

 


 

 

 

 

 

 

 

 

 


<div class="content">

 

 

 


 

 

 

 

 


<table style="width: 100%;">

 

 

 


 

 


<tr>

 

 

 


 

 


<td colspan="1" align="left"

 

 


style="width: 53%; height: 50px; vertical-align: top;">

 

 

 


 

 

 


<telerik:RadTextBox ID="txtLithoAddDescription" Width="240px" runat="server" EmptyMessage="Description" Skin="Windows7" Label="Description" />

 

 

 


 

 

 


</td>

 

 

 


 

 

 


<td align="right" style="width: 50%; height: 50px; vertical-align: top; padding-right: 35px;">

 

 

 


 

 

 


<telerik:RadComboBox ID="cboLithoAddWriteTool" runat="server" Width="100%"

 

 


Skin="Windows7" Label="Write Tool" DataSourceID="AreasDataSource"

 

 


DataTextField="q" DataValueField="id" AutoPostBack="true" />

 

 

 


 

 

 


</td>

 

 

 


 

 


</tr>

 

 

 


 

 

 


<tr>

 

 

 


 

 


<td colspan="1" align="left"

 

 


style="width: 53%; height: 15px; vertical-align: top;">

 

 

 


 

 


&nbsp;

 

 

 


 

 


</td>

 

 

 


 

 

 


<td colspan="1" align="right"

 

 


style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">

 

 

 


 

 

 

 


<telerik:RadComboBox ID="cboLithoAddPriority" runat="server" Width="100%"

 

 


Skin="Windows7" Label="Priority" DataSourceID="PriorityDataSource"

 

 


DataTextField="name" DataValueField="id" />

 

 

 


 

 

 

 

 


</td>

 

 

 


 

 

 

 


</tr>

 

 

 


 

 

 


<tr>

 

 

 


 

 


<td colspan="1" align="left"

 

 


style="width: 53%; height: 45px; vertical-align: top;">

 

 

 


 

 


<telerik:RadNumericTextBox ID="txtLithoAddWriteTime" runat="server" Width="119px"

 

 


EmptyMessage="Write Time" Label="Write Time:" Skin="Windows7" />(hrs)

 

 


</td>

 

 

 


 

 

 


<td colspan="1" align="right"

 

 


style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">

 

 

 


 

 

 

 


<telerik:RadComboBox ID="cboLithoAddPlateType" runat="server" Width="100%"

 

 


Skin="Windows7" Label="Plate Type" DataSourceID="PlateTypeDataSource"

 

 


DataTextField="name" DataValueField="id" />

 

 

 


 

 

 

 

 

 


</td>

 

 

 


 

 

 


</tr>

 

 

 


 

 


</table>

 

 

 


 

 

 

 

 

 

 

 


<ChrisC:LithoParameters runat="server" id="LithoParameters1" />

 

 

 


 

 

 

 

 

 


</div>

 

 

 


 

 

 

 


<div class="footer">

 

 

 


 

 

 


<asp:Button runat="server" ID="btnAdd" Text="Q It!" OnClick="lithoAddButton_Click" />

 

 

 


 

 

 


<button onclick="hideLithoAddForm();" type="button" >Cancel</button>

 

 

 


 

 

 


<asp:Button runat="server" ID="btnAddCopy" Text="Copy" OnClick="lithoAddCopy_Click" style="margin-right: 20px;" />

 

 

 


 

 

 


</div>

 

 

 


 

 

 

 


</div>

 

 

 


 

 


</ContentTemplate>

 

 

 


 

 


</telerik:RadDock>

 

 

 


 

 


</asp:Panel>

 

 

 





ChrisC.
Top achievements
Rank 2
 answered on 22 Oct 2010
3 answers
173 views
Update: Cannot edit thread title: should be 'RadScheduler in RadWindow problem'

Consider the following aspx form:
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista">
            <Windows
                <telerik:RadWindow runat="server" Behavior="Default" InitialBehavior="None" AutoSize="true"
                    Left="0px" NavigateUrl="http://www.safc.com"
                    OffsetElementID="btnDialog" OpenerElementID="btnALS"
                    Title="Sunderland AFC Website" Top="30px" VisibleStatusbar="False">
                </telerik:RadWindow>
                 
                 
 
                <telerik:RadWindow ID="rwDialog" runat="server" Behavior="Close, Move"
                    Behaviors="Close, Move" InitialBehavior="None" Modal="True"
                    NavigateUrl="MyDialog.aspx" OpenerElementID="btnDialog" AutoSize="true" Width="500px">
                    <ContentTemplate>
                         
                            <telerik:RadScheduler ID="RadScheduler1" runat="server"
                                    DataDescriptionField="App_Description" DataEndField="App_End"
                                    DataKeyField="JobID" DataRecurrenceField="App_RecurrenceRule"
                                    DataRecurrenceParentKeyField="App_RecurrenceParentID" DataSourceID="Jobs"
                                    DataStartField="App_Start" DataSubjectField="App_Subject"
                                    StartInsertingInAdvancedForm="True" SelectedView="MonthView" Width="500px">
                            </telerik:RadScheduler>
                         
                            <asp:SqlDataSource ID="Jobs" runat="server"
                                ConnectionString="<%$ ConnectionStrings:Default %>"
                                DeleteCommand=""
                                InsertCommand=""
                                SelectCommand=""
                                UpdateCommand="">
                                <DeleteParameters>
                                    <asp:Parameter Name="JobID" Type="Int32" />
                                </DeleteParameters>
                                <InsertParameters>
                                    <asp:Parameter Name="App_Subject" Type="String" />
                                    <asp:Parameter Name="App_Description" Type="String" />
                                    <asp:Parameter Name="App_Start" Type="DateTime" />
                                    <asp:Parameter Name="App_End" Type="DateTime" />
                                    <asp:Parameter Name="App_LocationID" Type="Int32" />
                                    <asp:Parameter Name="App_RecurrenceRule" Type="String" />
                                    <asp:Parameter Name="App_RecurrenceParentID" Type="Int32" />
                                    <asp:Parameter Name="App_Reminder" Type="String" />
                                    <asp:Parameter Name="App_TechnicianID" Type="Int32" />
                                    <asp:Parameter Name="App_Annotations" Type="String" />
                                </InsertParameters>
                                <UpdateParameters>
                                    <asp:Parameter Name="App_Subject" Type="String" />
                                    <asp:Parameter Name="App_Description" Type="String" />
                                    <asp:Parameter Name="App_Start" Type="DateTime" />
                                    <asp:Parameter Name="App_End" Type="DateTime" />
                                    <asp:Parameter Name="App_LocationID" Type="Int32" />
                                    <asp:Parameter Name="App_RecurrenceRule" Type="String" />
                                    <asp:Parameter Name="App_RecurrenceParentID" Type="Int32" />
                                    <asp:Parameter Name="App_Reminder" Type="String" />
                                    <asp:Parameter Name="App_TechnicianID" Type="Int32" />
                                    <asp:Parameter Name="App_Annotations" Type="String" />
                                </UpdateParameters>
                        </asp:SqlDataSource>
                    </ContentTemplate>
 
                </telerik:RadWindow>
                <telerik:RadWindow ID="RadWindow1" runat="server">
                   <ContentTemplate>
                       <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
                       <asp:Button ID="Button1" runat="server" Text="Click me" OnClick="Button1_Click" />
                   </ContentTemplate>
                </telerik:RadWindow>
            </Windows>
        </telerik:RadWindowManager>

Whenever I do anything in the RadScheduler, the RadWindow closes.

Reopening the RadWindow shows the RadScheduler in the correct state. For example, the following happens:

1. Click button to open the RadWindow1 (which contains the RadScheduler). RadScheduler1 loads properly and shows the appointments.
2. Double-Click a day to add a new appointment.
3. RadWindow Closes - why?
4. Click button to open RadWindow1
5. RadWindow opens with the RadScheduler displaying the New Appointment form (which has rendered incorrectly with overlapping controls - why?).
6. Cancel the New Appointment
7. RadWindow closes again.

NB - The contents of MyDialog.aspx is not being displayed in the RadWindow, but I assume that this is correct behavior for my implementation?

Please respond asap as I have spent too much time on what I think should be a simple task.

Regards
Peter
Telerik team
 answered on 22 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?