Im Tätigkeiten können nun die LV Positionen
ausgewählt werden
This commit is contained in:
@@ -23,7 +23,16 @@
|
||||
<RowDefinition Height="320*" />
|
||||
<RowDefinition Height="73*" />
|
||||
</Grid.RowDefinitions>
|
||||
<ComboBox ItemsSource="{Binding Baustellen}" Name="Baustellen" SelectionChanged="Baustellen_SelectionChanged" />
|
||||
<ComboBox ItemsSource="{Binding Baustellen}" Name="Baustellen" SelectionChanged="Baustellen_SelectionChanged">
|
||||
<ComboBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<StackPanel>
|
||||
<TextBlock Text="{Binding BaustelleNummer}" />
|
||||
<TextBlock Text="{Binding OrtTeil}" />
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
</ComboBox.ItemTemplate>
|
||||
</ComboBox>
|
||||
|
||||
<DataGrid Grid.Row="1" Name="Leistungsverzeichnis" ItemsSource="{Binding LeistungsverzeichnisPositionen}" AutoGenerateColumns="False">
|
||||
<DataGrid.RowStyle>
|
||||
|
||||
Reference in New Issue
Block a user