Best way to bind directly to objects returned from a web service

Posted by zachary on Stack Overflow See other posts from Stack Overflow or by zachary
Published on 2010-04-22T13:42:14Z Indexed on 2010/04/22 13:43 UTC
Read the original article Hit count: 185

In silverlight 3 I had an object that had a property that was an observable collection. I returned this via a web service then databinded to it.

Upgrade to silveright 4.....

Now my program crashes because the Observable Collection is converted to an array.

What is the best way to do this? Observable collection is not even an option any longer.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about silverlight-4.0