Combo box not populating when used with jQuery component

Hi,
I have a grid that displays in a sliding panel created with a jQuery component (pupunzi.open-lab.com/mb-jquery-c … -extruder/)

If I display my grid outside the panel the combo box (Colour) gets populated and Works fine (see test2.html).

If I then include the grid in the slider panel the Colour combo no longer Works. I have tried both colType co and combo and neither work (see test.html).

Is this fixable?

I have included a zip file with all the code.
dxtmlx_problem.zip (355 KB)

Have you been able to reproduce/resolve this?? It is with the profesional versión (I have a paid for licence).

Please, try to add the following css:

.dhx_combo_list.dhx_skyblue_list{ z-index:99999999; }