Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 3.0 (Release)
-
None
-
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):