I have an advanced datagrid in my project. when i load it more than 2times i get the following error
TypeError: Error #1010: A term is undefined and has no properties. at myComponents::GridCellFormatted/updateDisplayList() at mx.core::UIComponent/validateDisplayList() at spark.components::Group/validateDisplayList() at mx.managers::LayoutManager/validateDisplayList() at mx.managers::LayoutManager/doPhasedInstantiation() at mx.managers::LayoutManager/doPhasedInstantiationCallback()
When it loads fine the updatecomplete event is being fired . But when this error appears it doesnt seem to fire the update complete event. The only way i am able to see this error is because i have the debugger installed. Is there a an event i could use that catches any errors that occur when trying to load an advanced datagrid? Thank you.