user669789
user669789

Reputation: 625

jqgrid alternate row background

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?

Upvotes: 0

Views: 17789

Answers (1)

Oleg
Oleg

Reputation: 221997

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

Upvotes: 1

Related Questions