Here's my code. It produces a bound grid with the correct number of rows, however the ...cells are empty.......XAML...<DataGrid
Name="grid"
ItemsSource="{Binding}"
AutoGenerateColumns="True" />
...Code behind...grid.DataContext = cn.Query("select *...