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.
