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

[Solved] WCF Service Library and Declarative Client side connection

1 Answer 103 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
SungamRammah
Top achievements
Rank 1
SungamRammah asked on 01 Apr 2009, 05:48 PM
I am trying to make a declarative client connection to a WCF Service Library along the lines of Vladimir's blog but pointing to my Service Library

 <DataBinding SelectMethod="GetDataAndCount" Location="http://localhost:18524/Service1"
     SortParameterType="Linq" FilterParameterType="Linq">
 </DataBinding>


I just cant get my head around how to configure the WCF Service to get the connection to happen. Obviously the "default" configuration don't work, but regardless of what I try I cant seem to get the connection going. Connection through WcfTestClient works like a charm though.

If anyone can enlighten me it would be most appreciated. Im probably just being dense but I have decided to blame sleep deprevation if there is a obvious and simple solution for this :) The Service Library is hosted in a Windows Service, at least I got that part working.

/Magnus

(edit: removed irrelevant app.config attachment)

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 06 Apr 2009, 07:19 AM
Hello Magnus,

You can check first grid on the following demo to see how to build your WCF service and bind RadGrid to it.
Grid / .NET 3.5 Client-side Data Binding

Hope this helps.

Regards,
Nikolay
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
SungamRammah
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or