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

Error : This operation is not supported for a relative url

1 Answer 233 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
eraashishgupta
Top achievements
Rank 1
eraashishgupta asked on 07 Apr 2010, 11:02 AM
Hi all,
I am using Ria DomainDataSource with Silverlight RadGridView and i am getting this error in the expression blend
"This operation is not supported for a relative url"

The code i am using is like this
<riaControls:DomainDataSource x:Name="dds1" LoadSize="20"  QueryName="GetPo_ClientInfo" AutoLoad="True"
                <riaControls:DomainDataSource.DomainContext> 
                    <App:PluggedDomainContext/> 
                </riaControls:DomainDataSource.DomainContext> 
            </riaControls:DomainDataSource> 




The error is on the line having <App:PluggedDomainContext/>
Can you let me know what's the cause of the error.

Thanks,
Aashish Gupta

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Apr 2010, 11:30 AM
Hello eraashishgupta,

Do you get different result with standard Silverlight DataGrid?

Greetings,
Vlad
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
eraashishgupta
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or