3

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?

SkinnyPete63
  • 597
  • 1
  • 5
  • 20
  • Reading the docs i think today doesnt exist that functionality in radzen, in this cases i use a resource file where i store display name, and then reuse it in column name – hesolar Dec 25 '22 at 22:42

0 Answers0