Hi,
I tried to overwrite my ui-state-highlight class as below.
#designationTest ui-state-highlight
{
background-color: Red;
color:Red;
}
jQuery().ready(function() {
var lastsel;
$(“#designation”).jqGrid({
…..
…..
Where designation is the name of the table which I am using to display grid data.
But, it is not working. The highlighted color did not change.
Can you explain, why this is not working. Am doing any mistake.
Thank You