Is there a way to increase the height of the RadWindow header, and or possibly add custom content to it, like an image or a dropdown control? I know I can add custom buttons to the area in the top right, but what if I wanted to add a level below this...
5 Answers, 1 is accepted
0

Princy
Top achievements
Rank 2
answered on 06 Mar 2013, 08:14 AM
Hello,
You can use the .RadWindow .rwTitlebar CSS class to style the RadWindow title bar such as increase title bar height. But when you are doing so, some sprite images seems to appear in the increased space.
Thanks,
Princy.
You can use the .RadWindow .rwTitlebar CSS class to style the RadWindow title bar such as increase title bar height. But when you are doing so, some sprite images seems to appear in the increased space.
Thanks,
Princy.
0

Xorcist
Top achievements
Rank 1
answered on 11 Mar 2013, 02:00 PM
Yes I had the same issue when I increased the height using jQuery and added a extra row to the .rwTitlebarControls table. There has to be a way to simply add another row to expand the header, I'm just at a loss as to the proper steps...
0
Hi guys,
If you use a skin that does not use sprite images they will not leak. Metro, Simple, Metrotouch, BlackMetroTouch, Silk, Glowd are examples of such skins. Another option is to remove the background images from the titlebar of the RadWindow by overriding its CSS classes, set background-image: none and add a background-color as desired.
Kind regards,
Marin Bratanov
the Telerik team
If you use a skin that does not use sprite images they will not leak. Metro, Simple, Metrotouch, BlackMetroTouch, Silk, Glowd are examples of such skins. Another option is to remove the background images from the titlebar of the RadWindow by overriding its CSS classes, set background-image: none and add a background-color as desired.
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.
0

Orin Book
Top achievements
Rank 1
answered on 14 Mar 2013, 08:15 PM
Where is BlackMetroTouch in any of the demos? It does not appear to be a skin to choose.
0
Hi Orin,
Please excuse my colleague Marin for the misleading information. The BlackMetroTouch was not released with the latest official version because it did not passed our QA and was postponed for the upcoming service pack that is planned for the mid of April.
Regards,
Dobromir
the Telerik team
Please excuse my colleague Marin for the misleading information. The BlackMetroTouch was not released with the latest official version because it did not passed our QA and was postponed for the upcoming service pack that is planned for the mid of April.
Regards,
Dobromir
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.