|
|
|
|
@ -42,8 +42,7 @@
|
|
|
|
|
AutoGenerateColumns="True"
|
|
|
|
|
Height="250"
|
|
|
|
|
Margin="10,5,10,5"
|
|
|
|
|
AlternatingRowBackground="LightGray" SelectionChanged="DgFoundContacts_SelectionChanged">
|
|
|
|
|
</DataGrid>
|
|
|
|
|
AlternatingRowBackground="LightGray" SelectionChanged="DgFoundContacts_SelectionChanged"/>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
|
|
|
|
|
<StackPanel x:Name="Angebotskonfig" Grid.Row="0" Grid.Column="1" Orientation="Vertical">
|
|
|
|
|
@ -93,7 +92,8 @@
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" Height="Auto" x:Name="gridMitte" Margin="10,5,10,5">
|
|
|
|
|
<StackPanel>
|
|
|
|
|
<DataGrid x:Name="dgLineItems" AutoGenerateColumns="True" Height="600" Margin="10,5,10,5" />
|
|
|
|
|
<DataGrid x:Name="dgLineItems" AutoGenerateColumns="True" Height="600" Margin="10,5,10,5" >
|
|
|
|
|
</DataGrid>
|
|
|
|
|
</StackPanel>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|