<table data-dojo-type="dojox.grid.DataGrid" data-dojo-id="grid" id="grid" data-dojo-props="rowsPerPage:'1', rowSelector:'10px'" style="width:100%"> <thead> <tr><th field="OBJECTID" width="320"></th></tr> <tr><th field="Name" width="320"></th></tr> <tr><th field="Abbr" width="320">Camp</th></tr> </thead> </table
Solved! Go to Solution.
.dojoxGrid-header { display:none; }
You can hide the header in css.dojoxGrid-header { display:none; }
#grid .dojoxGridHeader { display:none; }