0

私はいくつかの列を持つグリッドを持っています...そのグリッドの1つの列を非表示にしたい...それを行う方法...

これが私のグリッドです....これで、グリッドからCWDocIdヘッダーを非表示にする必要があります...

<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;">
     <table class="claro" dojotype="dojox.grid.DataGrid" id="inner__CWPWORKLIST__2" rowselector="10px">
          <thead>
               <tr>
                    <th field="CWDocId" width="100px" style="display:none;">
                         CWDocId
                    </th>
                    <th field="Due" width="100px">
                         Due
                    </th>
                    <th field="Participant" width="100px">
                         Participant
                    </th>
                    <th field="User" width="100px">
                         User
                    </th>
                    <th field="Task" width="100px">
                         Task
                    </th>
                    <th field="Details" width="100px">
                         Details
                    </th>
                    <th field="Created" width="100px">
                         Created
                    </th>
                    <th field="Assigned" width="100px">
                         Assigned
                    </th>
                    <th field="Started" width="100px">
                         Started
                    </th>
               </tr>
          </thead>
     </table>
     <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">
</div>
4

1 に答える 1

-1

列に ID を与え、dojo.style メソッドまたは CSS を使用してその可視性を設定することを考えたことはありますか?

于 2013-01-17T10:55:10.613 に答える