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

Maximize-close-re open window issue

2 Answers 86 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 05 Nov 2008, 09:37 PM
I have a regular gridview that has a link that opens a rad window.  The rad window is defined as this:
<telerik:RadWindowManager ID="radWindows" runat="server" Left="" Modal="True" 
         Top="" VisibleStatusbar="false" VisibleTitlebar="True" Behaviors="Close"
        <Windows> 
            <telerik:RadWindow 
                ID="radEditPullDetail" 
                runat="server"  
                Height="568px" 
                Width="824px"                 
                Title="Details" 
                ClientCallBackFunction="CallBackFunction"  
                Behaviors="Maximize,Close"                 
                > 
            </telerik:RadWindow>             
        </Windows> 
        </telerik:RadWindowManager> 
On the rowdatabound event of the gridview, I assign the onclick method of a hyperlink control to this:
"window.radopen('newpage.aspx','radEditPullDetail'); return false;" 
Everything works good there.  Recently I added the Maximize behavior with the Close behavior.  When I open the rad window, maximize it, then click the "red X" to close, then reopen another rad window, the width is set to 100% and the height is what it should be.  Not the desired effect.  Furthermore, if you re maximize the window, it maximizes but then falls into (behind) the grayed out are of the page and you cannot click anything.  Any ideas?

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 07 Nov 2008, 08:24 AM
Hi Dennis,

Your code seems fine and we are not able to reproduce the problem locally. Please open a support ticket and send us a small sample project where this behavior can be reproduced - we will check it and do our best to help.



Best wishes,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dennis
Top achievements
Rank 1
answered on 11 Nov 2008, 03:24 PM
Here was Telerik's answer:

Yes, we received your project and were able to reproduce the problem. The good news is that this problem is fixed in RadWindow for ASP.NET AJAX Q3 that was released last week. Please upgrade to the latest version and your code will work as expected.
Tags
Window
Asked by
Dennis
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Dennis
Top achievements
Rank 1
Share this question
or