First post so please bare with me!
My jqGrid is being populated from a database and I simply want to change the color of the font when selecting a given row. Â I already got the row background color changed to blue, just I also want to change Color to White. Â Any ideas how to make this work on all the TD’s??
Â
.ui-jqgrid-btable .ui-state-highlight { background: #003366;} Â // Change Grid background Color to Blue when selected..
Â
Sorry for the vague description but I tried making all sorts of CSS changes but nothing seemed to work.
Â
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top