Ausgewählte Leistung wird in tätigkeit dargestellt

This commit is contained in:
Husky
2020-04-19 16:29:30 +02:00
parent 91c4344c72
commit 1308d35eab
5 changed files with 50 additions and 10 deletions

View File

@@ -50,12 +50,12 @@
<TextBox Grid.Row="0" Grid.Column="1" Text="{Binding Mitarbeiter}" />
<Calendar Style="{StaticResource DefaultCalendar}" Grid.Row="2" Grid.Column="1" Name="Calender" SelectedDate="{Binding ZeitStempel}" Margin="-220,0,0,0"/>
<ComboBox Grid.Row="3" Grid.Column="1" ItemsSource="{Binding LVPositionen}" SelectedItem="{Binding Leistungsverzeichnis}" IsSynchronizedWithCurrentItem="True">
<ComboBox.ItemTemplate>
<ComboBox Grid.Row="3" Grid.Column="1" ItemsSource="{Binding LVPositionen}" DisplayMemberPath="Beschreibung" SelectedValuePath="Beschreibung" SelectedItem="{Binding Leistungsverzeichnis, Mode=TwoWay}">
<!--<ComboBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Beschreibung}" />
</DataTemplate>
</ComboBox.ItemTemplate>
</ComboBox.ItemTemplate>-->
</ComboBox>
<TextBox Grid.Row="4" Grid.Column="1" Text="{Binding Anzahl}" />