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

Autocomplete drop-down behind the window widget

4 Answers 181 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Federico
Top achievements
Rank 1
Federico asked on 15 Feb 2012, 04:45 PM
Hi, I use multiple windows (widget) in an iframe, so far without problems. But, when I add an autocomplete control in a window (widget), the drop-down list displays behind the window.
If I test the same code in an new html, without window widget, the autocomplete control works fine.

I modified the k-popup and k-autocomplete z-index property, didn't work.
I've attached a file showing the problem...

How can I fix this problem? Thanks!

4 Answers, 1 is accepted

Sort by
0
Eduardo
Top achievements
Rank 1
answered on 28 Mar 2012, 06:16 PM
I've same problem!
Did you solve it?
:)
0
Federico
Top achievements
Rank 1
answered on 28 Mar 2012, 06:26 PM
A few weeks ago, they told me it's a bug, that would be available for download soon.
I have not downloaded yet again.
0
Eduardo
Top achievements
Rank 1
answered on 28 Mar 2012, 06:28 PM
Thx!!... I found this post with an hard code "fix" :)
http://www.kendoui.com/forums/ui/dropdownlist/dropdownlist-and-modal-window.aspx
And it works for me!
Simply change kendo.all.min.js replacing
if(!isNaN(b)){b=Number(b)+1;return!1}})

with:
if(!isNaN(b)){if(b>=o){o=Number(b)+1}}})
0
Federico
Top achievements
Rank 1
answered on 28 Mar 2012, 06:44 PM
Thanks, I'll try it
...
It works, thx!
Tags
AutoComplete
Asked by
Federico
Top achievements
Rank 1
Answers by
Eduardo
Top achievements
Rank 1
Federico
Top achievements
Rank 1
Share this question
or