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

ComboBox z-index

1 Answer 281 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Andres
Top achievements
Rank 1
Andres asked on 11 Dec 2013, 11:27 PM
Hi, I'm trying to create a dashboards using windows as widget containers. In the top of the dashboard I have a toolbar with some comboboxes that are filters for my widgets. However when I open the comobobox, the list of values appear under de widgets (window). I tried to change the z-index using styles, I try to change the z-index in the combobox open event .. but nothing works ... 

How I can change the combobox z-index? (I'm using MVVM)

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 12 Dec 2013, 08:53 AM
Hello Andreas,

The Combobox uses a popup to display the list of data, if you want to change the z-index of this popup you can use the class - .k-animation-container and a CSS rule (it is set on 10002 currently). The z-index property of this element is set inline, and there is no class that you can use to modify it.

You can see all these if you use your browsers developer tools and inspect the popup element of the Combobox.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ComboBox
Asked by
Andres
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or