diff --git a/Sample Applications/WPFGallery/Views/Collections/DataGridPage.xaml b/Sample Applications/WPFGallery/Views/Collections/DataGridPage.xaml index 36b915f0..ee43a553 100644 --- a/Sample Applications/WPFGallery/Views/Collections/DataGridPage.xaml +++ b/Sample Applications/WPFGallery/Views/Collections/DataGridPage.xaml @@ -33,12 +33,18 @@ + XamlCode="<DataGrid ItemsSource="{Binding ViewModel.ProductsCollection, Mode=TwoWay}"> <DataGrid.ColumnHeaderStyle> <Style BasedOn="{StaticResource {x:Type DataGridColumnHeader}}" TargetType="DataGridColumnHeader"> <Setter Property="Focusable" Value="True" /> </Style> </DataGrid.ColumnHeaderStyle> </DataGrid>"> + ItemsSource="{Binding ViewModel.ProductsCollection, Mode=TwoWay}"> + + + +