ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: singhra2 on July 11, 2014, 05:46:24 am
-
Hi,
I want to change the color of the background when the cell is selected in PQ grid. I changed the css style .ui-state-highlight to different color, but that seems to be overriden somehow when I click on the cell. Any help will be appreciated.
Regards,
-
Any thoughts guys?
-
Write a full qualified rule
div.pq-grid td.ui-state-highlight{
}
Example:
http://jsfiddle.net/LAgZx/344/
-
Thanks very much