Does anyone know what this error is? I get it in both Flex 2.01 hotfix 3 and Flex 3 beta 2.
Some background: I think the problem is with the following lines: in my mxml, I have a headerRelease="model.sortFunctions(event);" in my dataGrid, and in my ActionScript, I have a public function sortFunctions(event:DataGridEvent):void function. I believe the error has something to do with this, because when I remove the headerRelease, the error goes away. Any ideas? Thanks, Steve

