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

RadGrid WCF-Service Client-Side-Binding

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Meik Napierski
Top achievements
Rank 1
Meik Napierski asked on 11 Dec 2009, 01:47 PM
Hello,
i have a RadGrid with a client-side-binding to a wcf service. The binding works well and very fast and all the data are shown correctly in the grid but how can i access the values of the row on the server side in the code-behind?

The following approach alway returns &nbsp:
GridDataItem gridRow = radGrid.SelectedItems[0];
var text = gridRow["Name"].Text;

with best regards
Meik


 

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 14 Dec 2009, 07:54 AM
Hello Meik,

I am afraid that all values bound on client are not persisted on server side.
You will have to collect all the information on client side and persisted manually on server or consume directly the server on server.

Regards,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Meik Napierski
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or