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

radGridview one to one mapping

1 Answer 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bhavin
Top achievements
Rank 1
Bhavin asked on 21 Oct 2009, 06:29 PM
I have two tables having one to one mapping :
for instance:
1) VEHICLE_DATA:Vehicle_type,termleased(columns)
2)VEHICLE_TYPE:Vehicle_type,vehicle_name,Owned

Now I am having IList<VEHICLE_DATA>(having VEHICLE_TYPE property) list  which I m binding to Gridview
radGridView1.ItemsSource=list;

and in Xaml in one of the column of grid I am specifying {Binding Path=vehicle_name}
It doesn't give any error,but doesn't display vehicle_name in grid.

Please help me for this ASAP.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 22 Oct 2009, 05:58 AM
Hello,

You can try to change this to Vehicle_type.vehicle_name.

Best wishes,
Vlad
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
GridView
Asked by
Bhavin
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or