Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to hide particular column in dojox.grid.DataGrid
    primarykey
    data
    text
    <p>i have grid with some columns... i want to hide one column in that grid... how to do that...</p> <p>here is my grid.... in this i need to hide CWDocId header from grid...</p> <pre><code>&lt;div class="claro" id="CWPWORKLIST__2" name="dataGrid" onclick="setWidgetproperty(this.id,'xy','inner__CWPWORKLIST__2')" ondblclick="editDataGridResponseMapping(this.id)" onmouseup="setDocStyle(this.id)" style="height:250px; left:auto; position:absolute; top:333px; width:920px;"&gt; &lt;table class="claro" dojotype="dojox.grid.DataGrid" id="inner__CWPWORKLIST__2" rowselector="10px"&gt; &lt;thead&gt; &lt;tr&gt; &lt;th field="CWDocId" width="100px" style="display:none;"&gt; CWDocId &lt;/th&gt; &lt;th field="Due" width="100px"&gt; Due &lt;/th&gt; &lt;th field="Participant" width="100px"&gt; Participant &lt;/th&gt; &lt;th field="User" width="100px"&gt; User &lt;/th&gt; &lt;th field="Task" width="100px"&gt; Task &lt;/th&gt; &lt;th field="Details" width="100px"&gt; Details &lt;/th&gt; &lt;th field="Created" width="100px"&gt; Created &lt;/th&gt; &lt;th field="Assigned" width="100px"&gt; Assigned &lt;/th&gt; &lt;th field="Started" width="100px"&gt; Started &lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;/table&gt; &lt;input id="hidden__CWPWORKLIST__2" name="orcl1.cw" style="display:none;" type="hidden" value="CWDocId##CWDOCID,Due##DUE_DATE,Participant##PARTICIPANT_TYPE,User##USER_ID,Task##OPERATION,Details##ORDER_VK,Created##CREATION_DATE,Assigned##ASSIGN_TO_USER_DATE,Started##START_WORK_DATE"&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload