Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33513

DataGrid alternatingRowColors applies to the columns and not the entire grid

    XMLWordPrintableJSON

Details

    Description

      The colors will apply to individual columns, but not the grid, which looks odd.

      To reproduce:

      <s:DataGrid width="100%" height="100%"
      alternatingRowColors="[ 0x0FF0000, 0x00FF00 ]">
      <s:columns>
      <s:ArrayList>
      <s:GridColumn maxWidth="10"/>
      </s:ArrayList>
      </s:columns>
      </s:DataGrid>

      You will notice that the area to the right of the column does not display the row colors.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jcfranco JC Franco
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: