我想将列的itemsource绑定到xaml的主datacontext
在我这样做之前:
<telerik:GridViewComboBoxColumn Header="Type" DataMemberBinding="{Binding VehicleCondition}" ItemsSourceBinding="{Binding VehicleConditions,Source={StaticResource ShowroomLog}}" />
但我删除了
并且在showroomlogview.xaml中我有声明
xmlns:local="clr-namespace:WinITApp" DataContext="{Binding ShowroomLog, Source={StaticResource Locator}}">
不,它没有找到我的vehicleconditions,但我不知道如何更改此代码以使其正确。
我该怎么做id?
答案 0 :(得分:0)
我是用
做的"{Binding Source={StaticResource Locator}, Path=ShowroomLog.Handlers}"