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

[Solved] Calling WCF from changed item in RadGrid

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ric
Top achievements
Rank 1
Ric asked on 11 Apr 2008, 04:08 PM
I want to call a WCF service when a user clicks on a specific cell in the RadGrid. This cell is an image that acts like a checkbox. When the image is clicked the image is changed (checked vs. unchecked) and a WCF service is called passing in the user and primary key of that record. I will prefer this to be done asyhcronously with no postback. Is there any suggestions or documentation on how to do this? Thanks.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Apr 2008, 06:46 AM
Hi Ric,

You can attach onlick for this image where you can call using JavaScript desired WCF. Please check this article for more info:
http://msdn2.microsoft.com/en-us/library/bb514961.aspx

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Ric
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or