Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Apache Flex 4.10.0
Description
const columns:IList = columns;
columns always evaluates to null which results in the rest of the method never being evaluated. Recommend changing to:
const columns:IList = grid.columns;
I cannot find any inherited property, field or parameter called 'columns'.