ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: raffoschi on April 12, 2016, 04:57:07 pm
-
Hi,
I need a way to change color and background color of selected row; I think I need to change some css class but I don't know what to change and in the forum I couldn't find what I need.
Thanks for help.
-
Use this css rule:
.pq-grid .pq-grid-row.ui-state-highlight{
background:red;
color:yellow;
}
http://jsfiddle.net/640p66c5/1/
-
Perfect.
Thank you