The DataGrid provides provides AutoGenerateColumns Feature, which is used to generate
columns according to the requirement of our data Objects.
<DataGrid
ItemsSource="{Binding Students}" />
It has the following types of
columns:
1) TextBox columns, which is used
to store string values
2) Hyperlink columns, which is used
to store Uri values
3) ComboBox columns, which is used
to store enumerable values
4) CheckBox columns, which is used to store boolean
values

Join the conversation! Your thoughts help the community grow.