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

Customizing Window Title Bar

1 Answer 217 Views
Window
This is a migrated thread and some comments may be shown as answers.
Brad McBride
Top achievements
Rank 1
Brad McBride asked on 24 Jan 2012, 02:27 PM
I am working on creating a new site and would like to use the Kendo tools for it. One of the design elements presented to me is a "tabbed" window. In this case, the tabs are built into the window title bar and the content of the window changes based on what tab is clicked. Is there a way to get the tab control and the window control to work together so that the tabs cab be put into the title of a window and the content of the window change based on the tabs?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Jan 2012, 03:06 PM
Hi Brad,

The described behavior / layout is not supported out of the box and will require additional Javascript coding to be achieved. I suggest you to simply use a TabStrip inside a Window.

If you insist on a tabbed window interface, you can pull the TabStrip up with a negative top margin style, so that the tabs overlap the Window titlebar. In this case you will need to remove the border and background of the TabStrip's outer <div>.

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Brad McBride
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or