:: Forum >>

change style for column cell, not column header

#myGrid .aw-column-0 {font-weight: bold}

Refer to above code

This will make the text become bold for 1st column in the grid, the header of 1st column also affected. Izzit possible to change styles that only affect column cells but not the header ?

Thanks

Derek
Tuesday, March 13, 2007
You can style column headers and cells separately with additional .aw-grid-row and .aw-grid-headers selectors -

#myGrid .aw-grid-row .aw-column-0 {font-weight: bold}

#myGrid .aw-grid-headers .aw-column-0 {color: red}
Alex (ActiveWidgets)
Tuesday, March 13, 2007
Thanks
Derek
Tuesday, March 13, 2007

This topic is archived.


Back to support forum

Forum search