Hi
I am trying to make a few changes to the appearance of the grid.
1. Larger spacing between rows.
2. Bold font in header
I have added a custom css file and added the following rule to increase the spacing between rows.
.jqx-grid-cell-custom
{
background-color: #FEFCF7;
padding: 10px 0;
}
This works well for the first row, but has no effect on the remaining rows.
When making changes to the Grid header .jqx-widget-header-custom like bold font, it works well but then also affects the grid footer is there a way to apply css rules only to the grid header.
Thanks
School Music