Harit Kothari created FLEX-33863:
------------------------------------
Summary: NPE with mx:AdvancedDataGrid when 'treeColumn' is defined
- module
Key: FLEX-33863
URL: https://issues.apache.org/jira/browse/FLEX-33863
Project: Apache Flex
Issue Type: Bug
Components: Advanced Data Grid
Affects Versions: Apache Flex 4.11.0
Environment: Flex SDK 4.11 - AIR-any
This happens only if the grid control is part of a module and the module is
loaded and added to main application.
Reporter: Harit Kothari
Priority: Minor
This issue should be reproducable on any OS with specified SDK.
Below code generated NPE:
<mx:AdvancedDataGrid treeColumn="{adgcOptions}" id="adgOption" editable="false">
<mx:columns>
<mx:AdvancedDataGridColumn id="statusCol"
textAlign="center" sortable="false" editable="false" resizable="false"/>
<mx:AdvancedDataGridColumn id="adgcOptions"
dataField="description" headerText="Description"/>
</mx:columns>
</mx:AdvancedDataGrid>
--
This message was sent by Atlassian JIRA
(v6.1#6144)