the data is XML. I debug a DataGridListData coverted from listdata has a "item" property.
But when trace the "item" is always empty. In the debug perspertive window I
can see that property.
this is my code:
override public function set listData(value:BaseListData):void{
var dgListData:Object = value as DataGridListData;
trace(dgListData.item.); // always empty ~!
super.listData = value;
}
<<inline: debug.png>>

