[
https://issues.apache.org/jira/browse/FLEX-14568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-14568:
---------------------------------
Labels: easytest (was: )
> Data grid header release dispatches ListEvent.CHANGE event
> ----------------------------------------------------------
>
> Key: FLEX-14568
> URL: https://issues.apache.org/jira/browse/FLEX-14568
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: DataGrid
> Affects Versions: Adobe Flex SDK 2.0.1 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows XP
> Language Found: English
> Reporter: Adobe JIRA
> Labels: easytest
>
> Steps to reproduce:
> From the Flex help examples, just define the DataGrid like the following:
> <mx:DataGrid id="dg"
> width="100%"
> height="100%"
> rowCount="5"
> dataProvider="{employees}"
> change="{onChange(event)}"
> draggableColumns="false"
> sortableColumns="false">
> <mx:columns>
> <mx:DataGridColumn dataField="name" headerText="Name"
>
> itemRenderer="mx.controls.Label"/>
> <mx:DataGridColumn dataField="phone" headerText="Phone"
>
> itemRenderer="mx.controls.Label"/>
> <mx:DataGridColumn dataField="email" headerText="Email"
>
> itemRenderer="mx.controls.Label"/>
> </mx:columns>
> </mx:DataGrid>
>
> Actual Results:
> Pressing the header changes the selection on the DataGrid
>
> Expected Results:
> No change is made when pressing the header of any column
>
> Workaround (if any):
> Set the DataGrid draggableColumns to be false and for each column, set it to
> be not sortable.
--
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