Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Reproduction:
1. Compile and run the bugfile. Here the first column has currency formatter and third column has number formatter.
2. Apply grouping ( group button in the bugfile).
Actual Results: RTE with the following trace messages :
--------------------------------------------------------------------------------------------------------------------------
ArgumentError: Invalid value
at mx.controls.advancedDataGridClasses::AdvancedDataGridColumn/private::applyFormatting()
at mx.controls.advancedDataGridClasses::AdvancedDataGridColumn/itemToLabel()
at mx.controls.advancedDataGridClasses::AdvancedDataGridBase/mx.controls.advancedDataGridClasses:AdvancedDataGridBase::makeListData()
at mx.controls::AdvancedDataGrid/mx.controls:AdvancedDataGrid::makeListData()
at mx.controls::AdvancedDataGridBaseEx/http://www.adobe.com/2006/flex/mx/internal::setupRendererFromData()
at mx.controls::AdvancedDataGridBaseEx/private::measureItems()
at mx.controls::AdvancedDataGridBaseEx/mx.controls:AdvancedDataGridBaseEx::commitProperties()
at mx.controls::AdvancedDataGrid/mx.controls:AdvancedDataGrid::commitProperties()
at mx.core::UIComponent/validateProperties()
at mx.managers::LayoutManager/private::validateProperties()
at mx.managers::LayoutManager/private::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/private::callLaterDispatcher2()
at mx.core::UIComponent/private::callLaterDispatcher()
at [enterFrameEvent]()
--------------------------------------------------------------------------------------------------------------------------
Expected Results: No RTE is expected and the grouping should work fine.
Workaround: