You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "JC Franco (JIRA)" <ji...@apache.org> on 2013/04/22 19:07:15 UTC

[jira] [Updated] (FLEX-33513) DataGrid alternatingRowColors applies to the columns and not the entire grid

     [ https://issues.apache.org/jira/browse/FLEX-33513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

JC Franco updated FLEX-33513:
-----------------------------

    Summary: DataGrid alternatingRowColors applies to the columns and not the entire grid  (was: DataGrid background colors should apply no matter what the column sizes are)
    
> DataGrid alternatingRowColors applies to the columns and not the entire grid
> ----------------------------------------------------------------------------
>
>                 Key: FLEX-33513
>                 URL: https://issues.apache.org/jira/browse/FLEX-33513
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: JC Franco
>              Labels: BackgroundColors, DataGrid, Spark
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira