Hello,
I am sorry to hear that. I performed some more tests and as it turns out I got a similar error. Even after replacing RadDataPager with the Silverlight DataPager, the behavior was the same. This should mean there is not an issue with RadDataPager specifically.
After debugging with the source codes directly, the inner exception shows as a reason: Forbidden. The full message is:
<?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code /><m:message xml:lang="en-US">Forbidden</m:message></m:error>
How have you configured loading your data? In my case, I defined it like so:
Does the service itself allow modifications?
Regards,
Dimitrina
Telerik
I am sorry to hear that. I performed some more tests and as it turns out I got a similar error. Even after replacing RadDataPager with the Silverlight DataPager, the behavior was the same. This should mean there is not an issue with RadDataPager specifically.
After debugging with the source codes directly, the inner exception shows as a reason: Forbidden. The full message is:
<?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code /><m:message xml:lang="en-US">Forbidden</m:message></m:error>
How have you configured loading your data? In my case, I defined it like so:
public MyNorthwindContext() : base(new Uri("http://services.odata.org/Northwind/Northwind.svc", UriKind.Absolute)) { }Does the service itself allow modifications?
Regards,
Dimitrina
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items