6 Answers, 1 is accepted
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
Hello,
Georgi Krustev
the Telerik team
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.
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);
}
});