Hi list, I have a DataGrid in my application that gets populated from an XML file. Displaying the data in the grid 'as text' works fine, but I wanted to use an item renderer, as soon as I do this I get this warning :
"warning: unable to bind to property 'icon' on class 'XML' (class is not an IEventDispatcher)" How can I get rid of that warning? Do I have to cast the XML to some other class, and how could I do this? Thanks for your help. Julien

