ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: singhra2 on July 11, 2014, 05:46:24 am

Title: Change the highlight color of the selected cell
Post 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,
Title: Re: Change the highlight color of the selected cell
Post by: singhra2 on July 17, 2014, 01:09:43 pm
Any thoughts guys?
Title: Re: Change the highlight color of the selected cell
Post by: paramvir on July 18, 2014, 07:15:05 pm
Write a full qualified rule

div.pq-grid td.ui-state-highlight{
 
}

Example:

http://jsfiddle.net/LAgZx/344/
Title: Re: Change the highlight color of the selected cell
Post by: singhra2 on July 22, 2014, 09:55:52 am
Thanks very much