Bootstrap drop down list items get cropped with Telerik popup window

78 Views Asked by At

I'm using telerik window to show popup. The popup window has bootstrap drop down list. When I click on drop down list, then dropdownlist items gets cropped behind the popup window.

I want the drop down list to be infront of the popup window. That is guess z-index needs to be greater than popup window. I tried setting z-index of drop downlist to higher but that did not work.

Here is the demo

1

There are 1 best solutions below

0
BENARD Patrick On BEST ANSWER

Just have to add this css :

  <style>
    div.k-window-content{overflow:visible;}   
  </style>

Demo : http://dojo.telerik.com/epIFa