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

ComboBox in modal Window

6 Answers 291 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
DDarko
Top achievements
Rank 1
DDarko asked on 12 Jan 2012, 08:59 PM
It seems that the z-index is not correctly set in modal window for a ComboBox.
I can not see the options.

6 Answers, 1 is accepted

Sort by
0
Jorge Humberto
Top achievements
Rank 1
answered on 16 Jan 2012, 06:18 PM
i have the same problem someone can help
0
Brian Vallelunga
Top achievements
Rank 1
answered on 17 Jan 2012, 11:13 PM
I'm also seeing this issue.
0
Georgi Krustev
Telerik team
answered on 18 Jan 2012, 09:25 AM
Hello,

 
This is addressed and the fix will be available in the next official release of KendoUI. Customers can download the latest internal build, which includes the fix.

Kind regards,
Georgi Krustev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jay
Top achievements
Rank 2
answered on 24 Jan 2012, 09:11 PM
When you say "Customers" do you mean paid customers?  I do not see any access to download internal builds in my download options.  Could you post a link?
0
Jay
Top achievements
Rank 2
answered on 25 Jan 2012, 01:51 AM
Well, I did end up finding the latest internal build and it resolved my issue in Chrome, but Internet Explorer 9 still appears to suffer from the issue of the drop down lists appearing behind the kendoWindow. :(
0
Chris
Top achievements
Rank 1
answered on 01 Feb 2012, 03:16 PM
This is a similar issue to DatePicker.  This fixes it for me.

$("#YourDropBox").kendoComboBox({
            open: function () {
                window.setTimeout(function () { $(".k-list-container").parent(".k-animation-container").css("zIndex", "11000"); }, 1);
            }
        });
Tags
ComboBox
Asked by
DDarko
Top achievements
Rank 1
Answers by
Jorge Humberto
Top achievements
Rank 1
Brian Vallelunga
Top achievements
Rank 1
Georgi Krustev
Telerik team
Jay
Top achievements
Rank 2
Chris
Top achievements
Rank 1
Share this question
or