Categories | Question details Back To List | ||
dhtmlxcombo in dhtmlxGrid cell is not showing all the option values
I am using dhtmlxGrid with dhtmlxCombo as one of the column type. I am loading dhtmlxGrid data, column headings and column types from XML configuration. When dhtmlx is lodded, I want to see the dhtmlxCombo with all the options availalbe so that I can select one of them. But when I double click the grid cell that has combo, it shows only one value.
Any idea of what I may have missing? Below is my xml configuration that I load for my dhtmlxGrid <rows> <head> <row id="1001">
When I configure my XML as below to load the options values for dhtmlxCombo, then it works fine. I dont what to configure my XML as below since it requires to XMLS one for grid and another for dhtmlxCombo values.
<column width="20" type="combo" editable="false" source="data.xml" align="left" sort="str" >Status </column>
Please help. Answer posted by Alex (support) on Dec 03, 2009 01:51 The answer was given here http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=13220 |