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

[Solved] Grid View Binding Column to child object

1 Answer 120 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt Bohn
Top achievements
Rank 1
Matt Bohn asked on 10 Feb 2010, 03:11 PM

I am binding a grid view to a list of business objects.   Each business object has a child object and I want to bind one column of my grid to a property of the child and have it such that any updates to the child object are automatically reflected in the grid via property notification.  

 

<

 

common:GridViewDataColumn Header="Position" DataMemberBinding="{Binding Position.EmpPosTitle, Mode=TwoWay}" />

When I do this I always get an empty grid cell, any ideas on how to make this work?

 

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Feb 2010, 07:39 AM
Hello,

Can you post more info about the grid version?

Best wishes,
Vlad
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
Matt Bohn
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or