[CLOSED] GridPanel rows color and striped at the same time

  1. #1

    [CLOSED] GridPanel rows color and striped at the same time

    Hello,

    is there a way to striped gridpanel rows even if I am giving it a specific color (Red for example)

    thank you
    Last edited by fabricio.murta; Apr 10, 2016 at 1:01 PM. Reason: no user feedback for 7+ days
  2. #2
    Hello @Geovision!

    You mean the interleaved colors, different collors in odd and even rows, right?

    There's the CSS property for that, and that would be `x-grid-item-alt` class that's applied to the even rows.

    All rows have the `x-grid-item` class, but the even ones also have this alt one, which overrides definitions by the former.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Expanding many rows at the same time
    By redi in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 03, 2014, 10:05 AM
  2. Replies: 4
    Last Post: Apr 10, 2013, 3:33 PM
  3. [CLOSED] GridPanel.Rows.Changing Background Color of Rows
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 01, 2012, 5:18 PM
  4. Replies: 2
    Last Post: Jul 06, 2009, 10:37 AM
  5. Replies: 4
    Last Post: Jan 30, 2009, 2:05 AM

Posting Permissions