Hi,so I was using search function with dojo grid but I don't need top row (showing field name)Does anyone know how?Thanks,<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