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

AdvancedDataGrid sets the item's visible property to true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 3.0 (Release)
    • None
    • ADG:Display
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. create an instance of ADG
      2. set a custom itemRenderer for a column and set its visible = false
      3. data in that column will not be visible
      4. Now resize a column, data is not visible

      this is because of the following line in AdvancedDataGridBase.setupRenderer

      item.visible = true;

      Actual Results:
      data should is visible

      Expected Results:
      data should not be visible

      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: