Hi All,
How can set a Nested objects property as a groupField in ADG.
Basically i am trying to cerate the Columns on the Fly in the ADG
based on the data i am getting from the Server.
I tried using the groupLabelFunction property to set the groupField
(as it varies based on the GroupedCollection i am passing as a
dataProvider to ADG)
The Error i am getting is:
TypeError: Error #1007: Instantiation attempted on a non-constructor.
at mx.controls::AdvancedDataGridBaseEx/getSeparator()
at mx.controls::AdvancedDataGridBaseEx/createHeaderSeparators()
at mx.controls::AdvancedDataGrid/createHeaderSeparators()
at mx.controls::AdvancedDataGridBaseEx/drawSeparators()
at mx.controls::AdvancedDataGridBaseEx/updateDisplayList()
at mx.controls::AdvancedDataGrid/updateDisplayList()
at mx.controls.listClasses::AdvancedListBase/validateDisplayList()
at mx.managers::LayoutManager/validateDisplayList()
at mx.managers::LayoutManager/doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/callLaterDispatcher2()
at mx.core::UIComponent/callLaterDispatcher()
I am using the Flex # SDK and the Jars from Balze Build
(blazeds_src_3-0-0-544)
Regards
Mars