why is that we always get an extra column show in datagrid
- by prince23
hi,
i have four columns specfied but why is that i always see one extra column shown in the output
this is my xaml code
<Grid x:Name="LayoutRoot" Background="White" Height="492" Width="453">
<sdk:DataGrid MinHeight="100" x:Name="dgCounty" AutoGenerateColumns="False" VerticalAlignment="Top" Grid.Row="1" IsReadOnly="True" …