Reputation: 625
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