ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Set color and background-color of selected row
« previous
next »
Print
Pages: [
1
]
Author
Topic: Set color and background-color of selected row (Read 3075 times)
raffoschi
Pro Deluxe
Newbie
Posts: 15
Set color and background-color of selected row
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Set color and background-color of selected row
«
Reply #1 on:
April 13, 2016, 10:02:15 am »
Use this css rule:
Code:
[Select]
.pq-grid .pq-grid-row.ui-state-highlight{
background:red;
color:yellow;
}
http://jsfiddle.net/640p66c5/1/
Logged
raffoschi
Pro Deluxe
Newbie
Posts: 15
Re: Set color and background-color of selected row
«
Reply #2 on:
April 13, 2016, 04:48:23 pm »
Perfect.
Thank you
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Set color and background-color of selected row