Categories | Question details Back To List | ||
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? Answer posted by Support on Jul 21, 2008 02:10 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 |