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

Using RadWindow as a Normal Div-Like Container

7 Answers 150 Views
Window
This is a migrated thread and some comments may be shown as answers.
kencox
Top achievements
Rank 1
kencox asked on 25 Sep 2009, 03:38 PM
To maintain UI consistency in the site, I'd like to use the RadWindow in a fixed position as a normal div-like container.
 
I don't need (or want) it to pop-up, float, collapse, move or disappear.

Does anyone have any suggestions, advice, or example on doing that?

Thanks,

Ken

7 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 26 Sep 2009, 08:12 AM
Hello Ken,

We are currently working on such functionality - it should be available with the Q3 release.



Sincerely yours,
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.
0
kencox
Top achievements
Rank 1
answered on 27 Sep 2009, 02:35 PM
Thanks for the info.

A rounded corners feature for windows would also be welcome.
0
Accepted
Georgi Tunev
Telerik team
answered on 28 Sep 2009, 06:02 AM
Hello Ken,

Most of RadWindow's skins are using rounded corners - you could examine them in any of our demos.


Best wishes,
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.
0
Gareth
Top achievements
Rank 1
answered on 27 Apr 2011, 09:30 PM
Hello,

Is there any news on how to use a RadWindow as a normal div-like container? 

I want it to be a standard (non-floating) div container for controls so I can use the same skinning for containers to keep a consistent UI.

Thanks,
Gareth
0
Georgi Tunev
Telerik team
answered on 28 Apr 2011, 01:49 PM
Hi Gareth,

Since Q3 2009, RadWindow supports content templates - more information and examples can be found in the following demo and in the documentation:
http://demos.telerik.com/aspnet-ajax/window/examples/internalcontent/defaultcs.aspx

If you want to disable the RadWindow's movement, just remove "Move" from its Behaviors list.
e.g.
Behaviors="Close, Resize, Maximize"

I hope this helps.

Greetings,
Georgi Tunev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Gareth
Top achievements
Rank 1
answered on 28 Apr 2011, 02:18 PM
Hello,

Thank you but I have already managed to achieve that but I don't want the window to float and be inline on the page. Is that possible?

Thanks a lot,
Gareth
0
Georgi Tunev
Telerik team
answered on 03 May 2011, 01:28 PM
Hi again Gareth,

Excluding "Move" from the RadWindow's behaviors will have it fixed on the page. The control however, is a direct child of the form and is using absolute positioning. You can use its Top and Left properties to position it in the desired location.


Best wishes,
Georgi Tunev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Window
Asked by
kencox
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
kencox
Top achievements
Rank 1
Gareth
Top achievements
Rank 1
Share this question
or