You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Terra Peterson (JIRA)" <ji...@apache.org> on 2013/12/13 19:33:09 UTC

[jira] [Created] (FLEX-33993) When I change a state and use includeIn property on the spark datagrid, the header renderers disappear

Terra Peterson created FLEX-33993:
-------------------------------------

             Summary: When I change a state and use includeIn property on the spark datagrid, the header renderers disappear
                 Key: FLEX-33993
                 URL: https://issues.apache.org/jira/browse/FLEX-33993
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: DataGrid
    Affects Versions: Apache Flex 4.11.0
         Environment: Windows 7, Ecplise Juno, Flash Builder Plugin 4.7
            Reporter: Terra Peterson


<s:states>
<s:State name="entryModeState"/>
<s:State name="overviewModeState"/>
<s:State name="singleViewState"/>
</s:states>

<s:DataGrid id="dg"
dataProvider="{pModel.testColl}"
top="10
left="10"
right="10"
bottom.entryModeState="20"
bottom.overviewModeState="20"
height.singleViewState="185"
draggableColumns="false" 
dragEnabled="false" 
dragMoveEnabled="false" 
sortableColumns="false"
resizableColumns="false" 
editable="true"
variableRowHeight="false"
rowHeight="80"
requestedMinRowCount.singleViewState="1"
lockedColumnCount="1"
includeIn="entryModeState,overviewModeState,singleViewState">
</s:Datagrid>



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)