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
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
0
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.
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.
A rounded corners feature for windows would also be welcome.
0
Accepted
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.
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
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
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
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
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
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
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.