@@ -257,7 +257,7 @@
</StackPanel>
<userControls:DataViewDataGrid
x:Name="dataGrid"
- Width="1000"
+ Height="300"
IsShowStatisticColumn="False"
IsEnabled="{Binding IsBusy, Converter={StaticResource boolReverseConverter}}"
ItemsSource="{Binding Path=SelectedData}">