Hi everyone, I'm working on a flex + php application. In the mxml file, i have a DataGrid that gets populated by a php script. Everything works fine when i'm using a DataGrid without using a custom item renderer. As soon as i use a custom item renderer(to display an image instead of displaying the image name in the DG), the image displays well, but i get the following error :
warning: unable to bind to property 'avatar' on class 'Object' (class is not an IEventDispatcher) Since the image gets displayed, and this "warning" is only visible in my "flashlog.txt" file, i'm not really worried about it, but can anyone tell me how to fix, it would be cool. Thanks

