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

Radwindow settings not being applied

1 Answer 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 03 Nov 2009, 02:45 AM
Hello,

I am having an issue with settings for an instance of a RadWindow not being applied when the window loads.

The open event for the window works correctly:

            function ShowMoveItems(met, trk)  
            {  
                var grid = $find("<%= RadGrid1.ClientID %>");  
                          
                window.radopen("sched_MoveScheduledMeeting.aspx?m=" + met + "&t=" + trk, "MoveMeeting");  
                return false;   
            } 

The Control definition:
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" PreserveClientState="false" DestroyOnClose="true">  
        <Windows>  
            <telerik:RadWindow ID="MoveMeeting" runat="server"   
        EnableAjaxSkinRendering="true" EnableViewState="true" Behavior="Close,Move" Skin="Web20" Modal="true" AutoSize="true" ReloadOnShow="true" />  
        </Windows>  
    </telerik:RadWindowManager>  
 

If i move the properties i have allocated to the RadWindowManager itself, It works.
As long as the properties are assigned to the RadWindow instance, they are not applied.

I cant seem to figure out whats going on. Could this be an Ajax thing? Do settings get overridden by usuing the Javascript Radopen command?

Any help appreciated.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 03 Nov 2009, 01:40 PM
Hello Andrew,

Do you by any chance have another RadWindowManager on that page? Note that radopen, radalert, radconfirm, radprompt, etc. methods of RadWindowManager will always use the first RadWindowManager that is rendered on the page.

If this is not the case, please open a support ticket and send me a small sample project where the problem can be reproduced.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Andrew
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or