im trying to display content of xmllistcollection in different fields in my datagrid however unless i use an itemrenderer the value is not displaying in the grid.
the xmllistcollection is populated from a webservice call. Inside my item renderer i use a custom namesspace to retrieve contents from the xmllistcollection
value.ns::firstName
however if i try something like dataField = "ns::firstName" in the datagrid without using an item renderer i get no data output.
Can anyone help me out?