Has anyone here already used Iwo Banas MDatagrid control?
 
I am having problem when I try to use an XMLListCollection as my data provider 
for the MDatagrid.
 
Using an ordinary datagrid, the data contained in my XMLListCollection is 
displayed.
 
My XMLListCollection is defined as:
 
<mx:XMLListCollection id="xmllcData" source="{_xmlData.Table}" />
 
The _xmlData is being populated through an external web service call.
 
Using an ordinary datagrid, setting the dataProvider="{xmllcData}", the data is 
displayed.
 
Using MDatagrid, setting the dataProvider="{xmllcData}", no data is displayed.
 
Using MDatagrid, setting the dataProvider="{_xmlData.table)", data is then 
displayed.
 
I am already stumped on this.
 
Any advice? Thanks.
 
Angelo


      

Reply via email to