format dojo DataGrid header row
Posted
by Alan Seiden
on Stack Overflow
See other posts from Stack Overflow
or by Alan Seiden
Published on 2010-03-15T21:13:57Z
Indexed on
2010/06/16
3:02 UTC
Read the original article
Hit count: 359
I want to assign a background color to my programmatically created Dojo DataGrid's header row. I've tried to override the defaults by adding .dojoxGridHeader or .dojoxGrid-Header to my style sheet, but these have no effect.
Is there another way, such as with a Dojo event or property? If my style sheet is the only way to go, am I using the wrong class?
Thanks! Alan
© Stack Overflow or respective owner