Author Topic: Change the highlight color of the selected cell  (Read 4524 times)

singhra2

  • Newbie
  • *
  • Posts: 8
    • View Profile
Change the highlight color of the selected cell
« 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,

singhra2

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Change the highlight color of the selected cell
« Reply #1 on: July 17, 2014, 01:09:43 pm »
Any thoughts guys?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Change the highlight color of the selected cell
« Reply #2 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/

singhra2

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Change the highlight color of the selected cell
« Reply #3 on: July 22, 2014, 09:55:52 am »
Thanks very much