Hi Alex, Thanks for reading my problem. The problem is, if I set the itemRenderer with a custom renderer, I can't drag at all. While drag-n-drop works quite fine when I set dataField normally with a property name.
ERRORSOME CODE, DOESN'T WORK:
<mx:columns>
<mx:DataGridColumn headerText="Thumb" itemRenderer= "component.
GridImageRenderer"/>
</mx:columns>
Regards,
~ Arif

