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

After minimize rad window only Title bar shows on the screen

1 Answer 50 Views
Forum suggestions
This is a migrated thread and some comments may be shown as answers.
Ajeet
Top achievements
Rank 1
Ajeet asked on 30 May 2012, 06:28 AM

Hi,
How to minimize the rad window pl anyone support me. I am using the following code but it is not working.

 

<

 

 

telerik:radwindow id="rdWndSearchHelp" IconUrl="~/Images/tis.gif" runat="server" width="319px" height="474px" navigateurl="SearchHelp.aspx" Behavior="Close,Move,Maximize,Minimize" ReloadOnShow="true" Skin="Vista" VisibleStatusbar="False" Modal="true">

 

after click on minimize icon Title bar shows on the screen.

Regards
Ajeet

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 31 May 2012, 04:01 PM
Hello Ajeet,

This is the expected behavior. In the case of a desktop environment you have the OS taskbar, but in a web browser you do not, so the RadWindow minimizes to only its titlebar. You may find useful the approach from this demo that utilized a RadTabStrip to act as a minimized RadWIndow.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Forum suggestions
Asked by
Ajeet
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or