0

Currently I am able to apply custom background color for odd number rows. My code to do is

$("tr.jqgrow:odd").css("background", "#FCF9E6");

on loadComplete, i am executing this code. By default on mouse over and on select of a row, I am getting background color as yellow only for even numbered rows not for odd numbered rows. How to apply custom background color along with mouse over & row selection background color functionality?

Can anyone help me?

user669789
  • 554
  • 4
  • 10
  • 23

1 Answers1

1

It seems to me that you will find the answer on your question here with the corresponding demo.

Community
  • 1
  • 1
Oleg
  • 220,925
  • 34
  • 403
  • 798