Manual grid
Although it is possible to create a datagrid declaritvely, we advise to not use this way of workingwith a DataGrid.
Things like setting headers an specifying sorting are much harder and sometimes not possible to achieve.
Best result will be achieved when using
DisplayMode="DataGridDisplayMode.Table"
.
Column 1 | Column 2 |
---|---|
1.1 | 1.2 |
2.1 | 2.2 |
Download: