Meghana B

Meghana B

  • NA
  • 50
  • 10.3k

How to remove headers and gridlines below is xml code.

Nov 6 2020 10:30 PM
Hello Team,
How to remove headers and gridlines below is xml code.
  1. <DataGrid  Margin="3,3,3,3" Name="grd">  
  2.     <DataGrid.Columns>  
  3.         <DataGridTextColumn Binding="{Binding EmpName}" Width="15"/>  
  4.     </DataGrid.Columns>  
  5.     <DataGrid.Columns>  
  6.         <DataGridTextColumn Binding="{Binding EmpSal}" Width="15"/>  
  7.     </DataGrid.Columns>  
  8. </DataGrid>  
 

Answers (2)