Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-31816

DV doesn't render tree type AdvancedDataGrid

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • ADG:Display
    • 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):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: