Until an alternate row class can be added to the UI theme, using the ui-priority-secondary class is an alternative (pun intended!). The ui- priority-secondary class merely set opacity to 0.7. This, however, affects the hover class as well. But, at least it's an option.
Applying this on the jqGrid demo page (via firebug) gives you an idea: jQuery(”.ui-jqgrid-btable tr:odd”, “#tabs”).addClass(”ui-priority- secondary”); It’s not very noticeable on the lighter color themes though. Dave On Mar 19, 9:46 am, Fontzter <[email protected]> wrote: > Agreed. Here's a link to the demo:http://www.trirand.com/jqgrid35/jqgrid.html > > jqGrid is great. I started porting it into the themeroller as well > and ran into this alternate line class issue. > > On Mar 19, 9:27 am, donb <[email protected]> wrote: > > > There is a need for an 'alternate' background color, so that 'zebra- > > striping' can be accomplished on tablular data. > > > See:http://www.trirand.com/blog/?p=231&cpage=1#comment-2096formore > > details on this (that's the fabulous jqGrid plugin). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
