this is the generated HTML:
Code:
<tr id="gridview-1233-hd-[object Object]" class="x-grid-group-hd">
<td class="x-grid-cell" style="padding-left:0px;" colspan="8">
<div class="x-grid-cell-inner">
<div class="x-grid-group-title"> Project: </div>
</div>
</td>
</tr>
inner-cell stuff not to change due to other format of grid will be damaged,
and the non working style:
Code:
/*.x-grid-cell-inner, */
.x-grid-group-hd,.x-grid-group-title {
/* padding: 0px;
border: 0px;
margin: 0px;*/
font-weight: bold;
/* font-size: 22px; */
background-color: #496085;
color: #FFFFFF;
}
I dont want any complicated (for example alternating background color per groups, ... etc.) Just some get rid of that white background of inner and cell without crashing other parts of grid rendering.
thx