Can we change the Background color and font color of only the frozen columns header. I tried this by changing the following in ui.jqgrid.css.
.ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0;padding: 0; overflow-x: hidden; border-left: 0 none !important; border-top : 0 none !important; border-right : 0 none !important;background-color:#f0dcdd !important;color:Black;}
This has not changed the color.