Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Saurabh Malviya on Dec 07, 2009 03:32
open dhtmlx forum
Basic HTML drop down not working with IE 8 in dhmtlx grid

Hi,
 RE: New answer on the question "Basic HTML drop down not working with IE 8 in dhmtlx grid" was added by dhxSupport on Dec 06, 2009 11:37, please visit http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=13291&a=21586 to check it.

Below is the example of XML where drop down is not opening in IE 8

<rows>
    <head>
        <column width="5" align="center" type="ch">
            <![CDATA[ <div style="text-align:center;">Select</div>]]>
        </column>
        <column width="22" align="left" type="ro" sort="na">            Variable        </column>
        <column width="22" align="left" type="ro" sort="na">            Item Description        </column>
        <column width="0" align="left" type="ro" sort="na">Type</column>
        <column width="0" align="center" type="ro" sort="na">
            <![CDATA[ <div style="text-align:center;">Scope</div>]]>
        </column>
        <column width="8" align="center" type="ro" sort="na">            #cspan        </column>
        <column width="20" align="left" type="ro" sort="na">            Fund/Document Name        </column>
        <column width="9" align="left" type="ro" sort="na">
            <![CDATA[ <div style="text-align:center;">Class</div>]]>
        </column>
        <column width="15" align="left" type="ro" sort="na">            Style        </column>
        <column width="0" align="left" type="ro" sort="na">            Eff. Date        </column>
        <column width="0" align="left" type="ro" sort="na">            Exp. Date        </column>
        <column width="0" align="left" type="ro" sort="na">            jsonarray        </column>
        <settings>
            <colwidth>%</colwidth>
        </settings>
    </head>
    <row id="1000_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Client Name</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Client Name] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Client Name</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=0 src="/db4.2/images/g.gif"/>]]>
        </cell>
        <cell>Global</cell>
        <cell>
            <![CDATA[<select id="ObjectData1000_S" name="ObjectData1000_S" onchange="dropDownValues(this,'object','1000_S')" class="dropDownBlack_22text"><option value="22">Oppenheimer</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1000_S" name="clsObjData1000_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1000_S" name="styledata1000_S" onchange="dropDownValues(this,'styleObject','1000_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1004_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Asset Class</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Asset Class] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Asset Class</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1004_S" name="ObjectData1004_S" onchange="dropDownValues(this,'object','1004_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1004_S" name="clsObjData1004_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1004_S" name="styledata1004_S" onchange="dropDownValues(this,'styleObject','1004_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1001_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Board Members        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Board Members] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Board Members</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1001_S" name="ObjectData1001_S" onchange="dropDownValues(this,'object','1001_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1001_S" name="clsObjData1001_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1001_S" name="styledata1001_S" onchange="dropDownValues(this,'styleObject','1001_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1003_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Fund Family</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Fund Family] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Fund Family</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1003_S" name="ObjectData1003_S" onchange="dropDownValues(this,'object','1003_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1003_S" name="clsObjData1003_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1003_S" name="styledata1003_S" onchange="dropDownValues(this,'styleObject','1003_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1005_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Fund Inception date        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Fund Inception date] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Fund Inception date</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1005_S" name="ObjectData1005_S" onchange="dropDownValues(this,'object','1005_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1005_S" name="clsObjData1005_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1005_S" name="styledata1005_S" onchange="dropDownValues(this,'styleObject','1005_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1002_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Fund Name</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Fund Name] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Fund Name</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1002_S" name="ObjectData1002_S" onchange="dropDownValues(this,'object','1002_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1002_S" name="clsObjData1002_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1002_S" name="styledata1002_S" onchange="dropDownValues(this,'styleObject','1002_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1006_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">FYE</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[FYE] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>FYE</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1006_S" name="ObjectData1006_S" onchange="dropDownValues(this,'object','1006_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1006_S" name="clsObjData1006_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1006_S" name="styledata1006_S" onchange="dropDownValues(this,'styleObject','1006_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1010_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Ownership Interest        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Ownership Interest] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Ownership Interest</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1010_S" name="ObjectData1010_S" onchange="dropDownValues(this,'object','1010_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1010_S" name="clsObjData1010_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1010_S" name="styledata1010_S" onchange="dropDownValues(this,'styleObject','1010_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1008_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Reporting_entity_name        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Reporting_entity_name] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Reporting_entity_name</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1008_S" name="ObjectData1008_S" onchange="dropDownValues(this,'object','1008_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1008_S" name="clsObjData1008_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1008_S" name="styledata1008_S" onchange="dropDownValues(this,'styleObject','1008_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1011_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Reporting_entity_Type        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Reporting_entity_Type] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Reporting_entity_Type</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1011_S" name="ObjectData1011_S" onchange="dropDownValues(this,'object','1011_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1011_S" name="clsObjData1011_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1011_S" name="styledata1011_S" onchange="dropDownValues(this,'styleObject','1011_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1007_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Reporting_Entity_id        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Reporting_Entity_id] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Reporting_Entity_id</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1007_S" name="ObjectData1007_S" onchange="dropDownValues(this,'object','1007_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1007_S" name="clsObjData1007_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1007_S" name="styledata1007_S" onchange="dropDownValues(this,'styleObject','1007_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1009_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Reporting_Entity_CIK        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Reporting_Entity_CIK] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Reporting_Entity_CIK</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=1 src="/db4.2/images/f.gif"/>]]>
        </cell>
        <cell>Fund</cell>
        <cell>
            <![CDATA[<select id="ObjectData1009_S" name="ObjectData1009_S" onchange="dropDownValues(this,'object','1009_S')" class="dropDownBlack_22text"><option value="1201">Oppenheimer Global Fund</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1009_S" name="clsObjData1009_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1009_S" name="styledata1009_S" onchange="dropDownValues(this,'styleObject','1009_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1014_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Calendar Quarter        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Calendar Quarter] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Calendar Quarter</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1014_S" name="ObjectData1014_S" onchange="dropDownValues(this,'object','1014_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1014_S" name="clsObjData1014_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1014_S" name="styledata1014_S" onchange="dropDownValues(this,'styleObject','1014_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1016_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Cover Date</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Cover Date] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Cover Date</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1016_S" name="ObjectData1016_S" onchange="dropDownValues(this,'object','1016_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1016_S" name="clsObjData1016_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1016_S" name="styledata1016_S" onchange="dropDownValues(this,'styleObject','1016_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1015_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Covering Period        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Covering Period] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Covering Period</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1015_S" name="ObjectData1015_S" onchange="dropDownValues(this,'object','1015_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1015_S" name="clsObjData1015_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1015_S" name="styledata1015_S" onchange="dropDownValues(this,'styleObject','1015_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1018_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Document Code        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Document Code] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Document Code</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1018_S" name="ObjectData1018_S" onchange="dropDownValues(this,'object','1018_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1018_S" name="clsObjData1018_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1018_S" name="styledata1018_S" onchange="dropDownValues(this,'styleObject','1018_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1027_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Document_Variable_01        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Document_Variable_01] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Document Variable 01</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1027_S" name="ObjectData1027_S" onchange="dropDownValues(this,'object','1027_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1027_S" name="clsObjData1027_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1027_S" name="styledata1027_S" onchange="dropDownValues(this,'styleObject','1027_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1026_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Legal Code</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Legal Code] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Legal Code</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1026_S" name="ObjectData1026_S" onchange="dropDownValues(this,'object','1026_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1026_S" name="clsObjData1026_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1026_S" name="styledata1026_S" onchange="dropDownValues(this,'styleObject','1026_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1024_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Oscar Code</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Oscar Code] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Oscar Code</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1024_S" name="ObjectData1024_S" onchange="dropDownValues(this,'object','1024_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1024_S" name="clsObjData1024_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1024_S" name="styledata1024_S" onchange="dropDownValues(this,'styleObject','1024_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1013_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">            Prior Report Date        </cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Prior Report Date] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Prior Report Date</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1013_S" name="ObjectData1013_S" onchange="dropDownValues(this,'object','1013_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1013_S" name="clsObjData1013_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1013_S" name="styledata1013_S" onchange="dropDownValues(this,'styleObject','1013_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1012_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Report Date</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Report Date] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Report Date</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1012_S" name="ObjectData1012_S" onchange="dropDownValues(this,'object','1012_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1012_S" name="clsObjData1012_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1012_S" name="styledata1012_S" onchange="dropDownValues(this,'styleObject','1012_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>
    <row id="1017_S">
        <cell>0</cell>
        <cell style="height:auto;white-space:normal;">Report Type</cell>
        <userdata name="tip_2">
            <![CDATA[cssbody=[dvbdy1] cssheader=[dvhdr1] header=[Report Type] body=[Eff Date: <br>Exp Date: ]]]>
        </userdata>
        <cell>Report Type</cell>
        <cell>System</cell>
        <cell>
            <![CDATA[<img id=2 src="/db4.2/images/d.gif"/>]]>
        </cell>
        <cell>Document</cell>
        <cell>
            <![CDATA[<select id="ObjectData1017_S" name="ObjectData1017_S" onchange="dropDownValues(this,'object','1017_S')" class="dropDownBlack_22text"><option value="393">2009-08-12 Amedeo Test Document</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select class="dropDownBlack_22text" id="clsObjData1017_S" name="clsObjData1017_S" style="display:none"><option  value="00" >-None-</option></select>]]>
        </cell>
        <cell>
            <![CDATA[<select id="styledata1017_S" name="styledata1017_S" onchange="dropDownValues(this,'styleObject','1017_S')" class="dropDownBlack_22text" ><option value="default">default</option><option value="lcase">Lower Case</option><option value="ucase">Upper Case</option></select>]]>
        </cell>
        <cell></cell>
        <cell></cell>
        <cell>
            <![CDATA[[]]]>
        </cell>
    </row>   
    <cell></cell>
</rows>
Answer posted by Alex (support) on Dec 07, 2009 06:22

Hello,

try to remove a space between the <cell> and CDATA tags:

 <cell><![CDATA[<select id="ObjectData1000_S" name="ObjectData1000_S" onchange="dropDownValues(this,'object','1000_S')" class="dropDownBlack_22text"><option value="22">Oppenheimer</option></select>]]> ...

instead of

 <cell>
  <![CDATA[<select id="ObjectData1000_S" name="ObjectData1000_S" onchange="dropDownValues(this,'object','1000_S')" class="dropDownBlack_22text"><option value="22">Oppenheimer</option></select>]]>

Moreover there are ready solution in grid - coro cell type: http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/01_cell_types/03_excell_grid.html ("Shipping" column)