combo and window

esteemed men, I am using the dhtmlxCombo inside a dhtmlxWindow, nevertheless the list with the data is not being enabled. what can be missed?

The problem can be caused by z-index issue, you can update used value in dhtmlxcombo.css

.dhx_combo_list{
   position:absolute;
   z-index:500; //set some value > 300 here