I am using data annotation in my models:
[Display(Name ="First Name")]
public string? First_Name
If I use Syncfusion DataGrid, that picks up the annotation and uses it for my column headings. However, if I try to use the Radzen DataGrid, if I don't specify Title, I get no column headings. Is it possible to use data annotation with Radzen DataGrid?