Two entries means two rows... not columns
The second row is 'the new row', where users can enter new records. Just disable this feature to prevent that:
<DataGrid Name="DatabaseView1" Grid.Row="1" CanUserAddRows="False">