Does jqGrid support zebra striping? I ca开发者_如何学Cn't see any examples.
By zebra striping I mean each even row has one color and each odd row has another color.
Currently we are using JQuery UI themes to theme our grids.. ideally the way we do striping won't interfere with us using the UI themes
Yes. Use the altRows and altclass options.
精彩评论