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

NPE with mx:AdvancedDataGrid when 'treeColumn' is defined - module

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Apache Flex 4.11.0
    • None
    • Advanced Data Grid
    • 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.

    Description

      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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            haritkothari Harit Kothari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: