Column headers

The DataGrid can generate column headers by using the System.ComponentModel.DataAnnotations.DisplayAttribute on properties shown in the grid.
See the 'Razor' tab on how these attributes have been applied to the class properties.
Example
Identity
Full _name
Birth date
10895Jean Martin1985-03-16
10944António Langa1991-12-01
11203Julie Smith1958-10-10
11205Nur Sari1922-04-27
11898Jose Hernandez2011-05-03
12130Kenji Sato2004-01-09
Download: 

Custom headers

The DataGrid can display custom column header titles by setting the HeaderCellTitleTemplate property on columns shown in the grid.
See the 'Razor' tab on how these properties have been applied to the columns.
Example
Identity
Full _name
Birth date
10895Jean Martin1985-03-16
10944António Langa1991-12-01
11203Julie Smith1958-10-10
11205Nur Sari1922-04-27
11898Jose Hernandez2011-05-03
12130Kenji Sato2004-01-09
Download: 
An error has occurred. This application may no longer respond until reloaded. Reload 🗙