Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. open an mxml in DV
2. drag a tree type AdvancedDataGrid into DV
3.
Actual Results: AdvancedDataGrid is not rendered in DV. if I insert the following code in code view and switch to DV, whole DV doesn't render at all
<mx:AdvancedDataGrid x="84" y="144" id="adg1" designViewDataType="tree">
<mx:columns>
<mx:AdvancedDataGridColumn headerText="Column 1" dataField="col1"/>
<mx:AdvancedDataGridColumn headerText="Column 2" dataField="col2"/>
<mx:AdvancedDataGridColumn headerText="Column 3" dataField="col3"/>
</mx:columns>
</mx:AdvancedDataGrid>
Expected Results:
Workaround (if any):