PDA

View Full Version : unable to bind to property '****' on class 'XML'


marspark
02-06-2007, 12:09 AM
Hi everyone

I've tried to copy/drag data from a tilelist to a datagrid with the data format as xml/xmlcollectionlist.

Inside the tilelist, i displayed each element from the dataprovider(XML), but after i compiled i had this error:

"unable to bind to property '****' on class 'XML' "

I could drag/copy properly but it seems that the change in the datagrid wouldn't effect the data in tilelist(one-way bind).

Can anyone tell me how to fix this problem so that the data in tilelist and datagrid can update simutaniously.

Thanks in advance

Mars