Hi,
I am writing a WCF web service that will retrieve a previously created hierarchical Dataset or Typed Dataset (which could be fairly large) and its associated xamDataGrid layout. What is the preferred way to return this data to the client? The client (xbap) will display the data in an xamDataGrid and apply the returned layout. Should it be returned as a dataset? data object? I am starting almost from scratch, what is the recommended way? Also the client is basically a data viewer and should render the data without being aware of the data’s structure.
Thanks
Rich