0

I have been using the examples from this site ( http://dojotoolkit.org/documentation/tutorials/1.6/datagrid/) to render the data. However, I don't want to display the gridline and the header row in Dojo Datagrid.

Could somebody give me some hints on this?

1 Answer 1

1

To hide the header use

  #YOURGRIDID.dojoxGridHeader  { display:none; }

In the link mentioned, there are no gridlines.

Not the answer you're looking for? Browse other questions tagged or ask your own question.