2011-09-09 77 views
0

的我要綁定列XAML綁定到主的datacontext,不

主要的DataContext的ItemSource之前,我曾就幹過這樣的:

<telerik:GridViewComboBoxColumn Header="Type" DataMemberBinding="{Binding VehicleCondition}" ItemsSourceBinding="{Binding VehicleConditions,Source={StaticResource ShowroomLog}}" /> 

,但我刪除

from app.xaml

and in showroomlogview.xaml我有decl合併

 xmlns:local="clr-namespace:WinITApp" DataContext="{Binding ShowroomLog, Source={StaticResource Locator}}"> 

不,它沒有找到我vehicleconditions,但我不知道我怎麼可以改變這個代碼,讓這個正確的。

我該如何做id?

回答

0

我做到了使用

"{Binding Source={StaticResource Locator}, Path=ShowroomLog.Handlers}"