Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by j.lagos on Sep 29, 2009 04:39
open dhtmlx forum
Grid-Combo

I 'm using the pro v 2.1 and I have a problem when I configure a Grid with XML.
One of the Columns is type of co and the cell is as:

<cell xmlcontent="1" source="loader.php?task=getDayMenu&fromdate=2009-09-23" auto="true" cache="false" type="combo" text="selection">selection</cell>

...and the Combo box is filled with some lines of data, it opens not fully, but it shows only one line.
In other words the list height is always the grid line height.

The div where grid lives is:
<div id="gridbox" style="width:400px;height:600px;overflow:hidden;"></div>

Am I missing something from the includes, or something else?

Thanks in advance
Answer posted by dhxSupport on Sep 29, 2009 09:24
Please check if you have included <link rel="STYLESHEET" type="text/css" href="../../../dhtmlxCombo/codebase/dhtmlxcombo.css"> file to your page
Answer posted by j.lagos on Sep 29, 2009 09:51
Yes, thnk you!