Before updating the scriptcase to 9.4 I could customize css properties in the GRID type application on an onHeader event. With version 9.4 the css properties are not overwritten.
example event onHeader
?>
<style>
body
{
background-color: #FFFFFF;
color: #000000;
font-family: Arial;
font-weight: normal;
font-size: 13px;
line-height: 1.1875;
margin: 0;
padding: 0;
}
#sc_grid_body{
height:170mm;
/background-color:#FBFBFB;/
border: solid 1px;
border-color:#CCCCCC;
}
</style>