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

Automatic updates using wcf

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Meera
Top achievements
Rank 1
Meera asked on 04 May 2012, 09:21 AM

Hello,

I have a grid on page.
For database communication we are using wcf service.So I am getting a list of objects from service and binding it to a grid.
I want inplace editing of a grid(Add and update).It requires DataSource control.
Is it possible with wcf service?
Appreciate your help.

Thanks

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 08 May 2012, 08:08 AM
Hello,

 RadGrid supports biding to WCF services as shown in this live demo. But in this case you have to handle manually the CRUD operations. If you need to use some datasource control with automatic operations then you can configure it to make request to the service the service upon the specific operation is called. (e.g. service call from the update method of the object datasource)

Regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Meera
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or