Categories | Question details Back To List | ||
Checkbox columns not appearing properly in dhtmlxTreeGrid with ch or ch[0] colType Hello, I am trying to add a checkbox ONLY to the top-level nodes in my tree grid. I do not want them to appear on sub-rows. I have tried a few methods as suggested in your knowledge base, but I am unable to find one that works as it is supposed to for my purposes. I have tried using ch and ch[0] in setColTypes. In addition, I have the cell in the sub-row configured with <cell type="ro"></cell> in order to avoid having a checkbox there. When I use ch[0] the checkboxes do appear on the parent as needed, but a "0" appears in the child rows which have the "ro" type specified. Additionally, I have tried just setting the cell that is supposed to have the checkbox with <cell type="ch"></cell> but I did not get any checkbox with that method either. When I use just ch, I get no checkboxes on any of the rows. I do not think this should be behaving like this. This is the function I am using to create my grid. It works fine except for the checkbox issue... function loadOpenOrdersSpecimenView(batchId) { dhtmlxError.catchError("ALL",function(type,desc,errorData){ console.debug("type:" + type); console.debug("desc:" + desc); console.debug("data:" + data); }); if(specimenViewGrid != "null") { try { specimenViewGrid.destructor(); } catch ( e ) { console.debug(e); } } currentPage = 1; currentBatch = batchId; totalCount = 0; specimenViewGrid = new dhtmlXGridObject('specimenViewGridBox'); drawPages("specimenPages",specimenViewGrid,batchId); specimenViewGrid.makeFilter("filter",0); specimenViewGrid.setSkin("modern"); specimenViewGrid.selMultiRows = false; specimenViewGrid.imgURL = "dhtmlx/imgs/"; specimenViewGrid.setHeader("Specimen/Order/Accession/Client,#cspan,#cspan,Pos/Batch,Meds,Date,Agency,#cspan,,#master_checkbox"); specimenViewGrid.attachHeader(",#cspan,#cspan,Status,Test Code,Result ,Outcome ,Medication ,Cutoff"); specimenViewGrid.setInitWidths("50,*,90,85,120,66,*,250,100,50"); specimenViewGrid.enableCollSpan(true); //specimenViewGrid.enableDistributedParsing(true,100,1000); specimenViewGrid.setColAlign("left,left,left,left,left,left,left,left,center"); specimenViewGrid.setColTypes("tree,ro,ro,ro,ro,ro,ro,ro,ro,ch"); specimenViewGrid.setColSorting("str,str,str,int,int,int,str,str"); specimenViewGrid.enableRowsHover(false,"selcolor"); // specimenViewGrid.enablePaging(true,1000,10,"specimenPages",true,null); //specimenViewGrid.setPagingSkin("toolbar"); console.debug("specimenViewExpand=" + specimenViewExpand); specimenViewGrid.init(); specimenViewGrid.enableMultiline(true); specimenViewGrid.attachEvent("onXLS",function(){ this.addRow("spinner",["","<div style='text-align:center;'><div style='margin:50px auto 20px auto;font-weight:bold;'>please wait while the data loads...</div><img src='dhtmlx/imgs/wait.gif' /></div>"],0); this.setColspan("spinner",1,7); this.setItemImage("spinner","dhtmlx/imgs/blank.gif"); }); specimenViewGrid.attachEvent("onXLE",function(){ this.deleteRow("spinner"); }); specimenViewGrid.enableSmartRendering(true); specimenViewGrid.enablePreRendering(50); //numberOfPages = getNumberOfPages(batchId); console.debug("openOrders.do?specimenView=1" + (batchId != "null" ? "&batchId=" + batchId : "")+ "&expand=" + (specimenViewExpand == "true" ? "1" : "0")); //specimenViewGrid.loadXML("openOrders.do?specimenView=1" + (batchId != null ? "&batchId=" + batchId : "") + "&expand=" + (specimenViewExpand == true ? "1" : "0")); specimenViewGrid.loadXML("openOrders.do?getPagedAccessions=1&posStart=" + totalCount + "&count=" + pageSize + (batchId != "null" && batchId != "" ? "&batchId=" + batchId : "")+ "&expand=" + (specimenViewExpand == "true" ? "1" : "0")); //specimenViewGrid.setPagingTemplates("Pages - [current:0] [current:+1] [current:+2] , from [total] rows","") specimenViewGrid.kidsXmlFile="openOrders.do?batchView=1"; } Here is a sample of my XML, there are approximately 50 of these kinds of rows displayed on my grid: <?xml version="1.0" encoding="UTF-8"?> <rows pos="0" total_count="50"> <row id="a_52107_38282_36472" open="1"> <cell image="specimencup.gif" /> <cell><![CDATA[<span><a style='font-size:1.2em;' href='updateResult.do?accessionid=52107'>BQC317 </a></span> 1/1<br /> [test]]]></cell> <cell /> <cell>/</cell> <cell><![CDATA[<div style='text-align:center;' onmouseover="Tip('<span style="font-weight:bold ;white-space:nowrap;">Medications for Specimen #BQC317:</span><br/><br/><ul style="margin-top :5px;"></ul>',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();"><img style='width:30px;height :30px;' src='dhtmlx/imgs/pills_lg.gif' /></div>]]></cell> <cell>01/21/2009</cell> <cell colspan="3"><![CDATA[<div style='float:left;margin-top:9px;' onmouseover="Tip('<strong style ="white-space:nowrap;">Test Agency</strong><div>TEST</div>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout='UnTip();'>TEST</div></div><div style='text-align:right;float:right;margin-right:10px ;width:100px;'><div style='float:right;'><a target='_blank' href='reportParam.do?reportToSubmit=client_testresults .rptdesign&format=html&controlString=specimenId=BQC317'><img style='width:30px;height:30px;border:0px ;' src='dhtmlx/dhtmlxMenu/images/report.gif' onmouseover="Tip('<strong>View MRO Report</strong><br / ><br />Click to view the MRO Report',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" /></a> </div><div style='float:right;' id='refreshMroData_38282'><img onclick='refreshTestResultMroData("38282" ,"36472",true);' onmouseover='Tip("<strong>Reevaluate Medications Status</strong><br /><br />Performs a full re-evaluation of the MRO status of all of the test results in the specimen.",ABOVE,true,OFFSETY ,10,PADDING,6);' onmouseout='UnTip();' style='width:30px;height:30px;border:0px;' src='dhtmlx/imgs/update .gif' /></div></div>]]></cell> <cell>1</cell> <row id="t3397187"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397187' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397187' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397187' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397187')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>ETOH</cell> <cell>-0.3</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>20</cell> <cell type="ro" /> </row> <row id="t3397188"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397188' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397188' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397188' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397188')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_AMPH</cell> <cell>-87.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>0</cell> <cell type="ro" /> </row> <row id="t3397189"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397189' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397189' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>AMP_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397190"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397190' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397190' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>MDMA_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397191"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397191' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397191' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>METAMP_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397192"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397192' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397192' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397192' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397192')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_BARB</cell> <cell>-9.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>200</cell> <cell type="ro" /> </row> <row id="t3397193"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397193' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397193' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397193' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397193')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_BENZ</cell> <cell>1.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>200</cell> <cell type="ro" /> </row> <row id="t3397194"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397194' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397194' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>AHYDRO_C</cell> <cell /> <cell /> <cell /> <cell>20</cell> <cell type="ro" /> </row> <row id="t3397195"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397195' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397195' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>LORAZ_C</cell> <cell /> <cell /> <cell /> <cell>40</cell> <cell type="ro" /> </row> <row id="t3397196"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397196' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397196' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>NORDZ_C</cell> <cell /> <cell /> <cell /> <cell>40</cell> <cell type="ro" /> </row> <row id="t3397197"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397197' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397197' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>OXAZ_C</cell> <cell /> <cell /> <cell /> <cell>40</cell> <cell type="ro" /> </row> <row id="t3397198"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397198' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397198' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>TEMAZ_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397199"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397199' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397199' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397199' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397199')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>BUP</cell> <cell>4.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>10</cell> <cell type="ro" /> </row> <row id="t3397200"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397200' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397200' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>BUP_C</cell> <cell /> <cell /> <cell /> <cell>10</cell> <cell type="ro" /> </row> <row id="t3397201"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397201' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397201' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>NORBUP_C</cell> <cell /> <cell /> <cell /> <cell>10</cell> <cell type="ro" /> </row> <row id="t3397202"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397202' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397202' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397202' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397202')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_THC50</cell> <cell>-103.9</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>0</cell> <cell type="ro" /> </row> <row id="t3397203"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397203' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397203' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>THC_C</cell> <cell /> <cell /> <cell /> <cell>10</cell> <cell type="ro" /> </row> <row id="t3397204"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397204' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397204' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397204' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397204')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>SOMA</cell> <cell /> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>200</cell> <cell type="ro" /> </row> <row id="t3397205"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397205' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397205' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>SOMA_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397206"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397206' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397206' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>MEPRO_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397207"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397207' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397207' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397207' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397207')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_COCN</cell> <cell>-94.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>0</cell> <cell type="ro" /> </row> <row id="t3397208"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397208' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397208' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>COCN_C</cell> <cell /> <cell /> <cell /> <cell>25</cell> <cell type="ro" /> </row> <row id="t3397209"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397209' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397209' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397209' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397209')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>FEN</cell> <cell /> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>1.0</cell> <cell type="ro" /> </row> <row id="t3397210"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397210' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397210' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>FEN_C</cell> <cell /> <cell /> <cell /> <cell>2</cell> <cell type="ro" /> </row> <row id="t3397211"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397211' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397211' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>NORFEN_C</cell> <cell /> <cell /> <cell /> <cell>4</cell> <cell type="ro" /> </row> <row id="t3397212"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397212' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397212' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397212' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397212')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_MDMA</cell> <cell>99.6</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>500</cell> <cell type="ro" /> </row> <row id="t3397213"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397213' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397213' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397213' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397213')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_METD</cell> <cell>24.9</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>300</cell> <cell type="ro" /> </row> <row id="t3397214"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397214' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397214' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>METD_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397215"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397215' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397215' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>EDDP_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397216"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397216' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397216' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397216' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397216')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_OPIA</cell> <cell>0.6</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>300</cell> <cell type="ro" /> </row> <row id="t3397217"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397217' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397217' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>6ACE_C</cell> <cell /> <cell /> <cell /> <cell>3</cell> <cell type="ro" /> </row> <row id="t3397218"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397218' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397218' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>CODE_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397219"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397219' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397219' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>HYDROCO_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397220"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397220' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397220' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>HYDMORPH_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397221"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397221' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397221' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>MORPH_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397222"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397222' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397222' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397222' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397222')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_OXYC</cell> <cell>-3.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397223"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397223' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397223' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>OXYCO_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397224"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397224' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397224' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>OXYMOR_C</cell> <cell /> <cell /> <cell /> <cell>50</cell> <cell type="ro" /> </row> <row id="t3397225"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397225' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397225' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397225' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397225')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_PCP</cell> <cell>184.6</cell> <cell><![CDATA[<span style='color:red;'>POSITIVE</span>]]></cell> <cell /> <cell>0</cell> <cell type="ro" /> </row> <row id="t3397226"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397226' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397226' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>PCP_C</cell> <cell /> <cell /> <cell /> <cell>5</cell> <cell type="ro" /> </row> <row id="t3397227"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397227' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397227' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397227' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397227')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_PROPX</cell> <cell>-101.4</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>0</cell> <cell type="ro" /> </row> <row id="t3397228"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397228' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397228' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>PROPX_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397229"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397229' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397229' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>NORPROPX_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397230"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397230' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397230' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397230' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397230')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>TRAM</cell> <cell>-17.0</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397231"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397231' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397231' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;'></div>]]></cell> <cell>TRAM_C</cell> <cell /> <cell /> <cell /> <cell>100</cell> <cell type="ro" /> </row> <row id="t3397232"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397232' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397232' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397232' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397232')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>IT_TCA</cell> <cell>0.4585</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>1000</cell> <cell type="ro" /> </row> <row id="t3397233"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397233' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397233' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397233' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397233')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>CR</cell> <cell>0.2</cell> <cell><![CDATA[<span style='color:red;'>POSITIVE</span>]]></cell> <cell /> <cell>20.0-400.0</cell> <cell type="ro" /> </row> <row id="t3397234"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397234' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br />',ABOVE,true,OFFSETY,10 ,PADDING,6);" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultConsistency_3397234' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong>',ABOVE,true,OFFSETY,10,PADDING,6 );" onmouseout="UnTip();">-----</div></div><div style='width:25px;float:left;' id='testResultStatus_3397234' ><img onmouseover="Tip('<strong>Released</strong><br /><br />Click to toggle between<br />hold/release /rerun',ABOVE,true,OFFSETY,10,PADDING,6);" onmouseout="UnTip();" onclick="modifyTestResultStatus('HOLD_TESTRESULT' ,'3397234')" src='dhtmlx/imgs/status_release.gif' /></div>]]></cell> <cell>OX</cell> <cell>0.1</cell> <cell><![CDATA[<span style='color:green;'>NEGATIVE</span>]]></cell> <cell /> <cell>90.0</cell> <cell type="ro" /> </row> <row id="t3397235"> <cell image="blank.gif" colspan="3" /> <cell /> <cell /> <cell colspan="1"><![CDATA[<div style='width:25px;float:left;' id='testResultPrescribed_3397235' ><div onmouseover="Tip('<strong>Not Yet Reviewed</strong><br /><br /&g Answer posted by dhxSupport on Apr 20, 2009 01:43 At your xml sample you are setting "ro" eXcell type to the cell of the parent row. <row id="t3397187"> If you needn't checboxes at the child row, you should set "ro" type to the cell from the child row. Or you can change cell's type dinamically after rows was loaded using method setCellExcellType(rowId, cellIndex, type) where rowId - ID of a child row, cellIndex - cell index, type - type of excell (code like "ed", "txt", "ch" etc.). |