Search code examples
dojox.grid

Is it Possible to remove header from DOJO Grid


Is it Possible to remove header from DOJO Grid?


Solution

  • In your css, do this:

    .dojoxGridMasterHeader { display: none; }
    

    Hope this helps.