This is a migrated thread and some comments may be shown as answers.

Expand Option

1 Answer 55 Views
DataServiceDataSource
This is a migrated thread and some comments may be shown as answers.
Travis
Top achievements
Rank 1
Travis asked on 03 Nov 2014, 06:11 PM
Does the RadDataServiceDataSource currently support the Expand option?  It is listed, however I can't seem to get it to return any data from the expanded tables of an OData service.

<telerik:RadDataServiceDataSource x:Name="uxGridRadDS" AutoLoad="False" QueryName="TABLE_NAME_1" Expand="TABLE_NAME_2" LoadingData="RadDataServiceDataSource_LoadingData" LoadedData="RadDataServiceDataSource_LoadedData" />

Thanks,
Travis

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 04 Nov 2014, 02:03 PM
Hi Travis,

The Expand option is supported by RadDataServiceDataSource. Does it work if you try to expand the query in code? You can read this article, which explains what it does.

I hope this helps.


Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataServiceDataSource
Asked by
Travis
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or