hi,
i have a listcollectionview (from wcf service), that conatins one field as array.
So when i try to bind this collection to datagrid , it shows "System.Array[]" in the grid.
That array's "0" is "Comment" and "1" as "Actual Comment Value".
i want to bind the array[1] .
Please help
Its a WPF windows App.