Display field names from DataAnnotation in column headers

Hello, can I somehow display field names from DataAnnotation in column headers? For example - field:
[Display(Name = "Route ID")]
public long route_id {get; set;}
column binding:
new Column { Bind = "route_id", Header = " " }    
Thank You for really awesome library.
owner
Vladimir Kerzhentsev
asked at 17 Jun 2019

Answers 

please Sign In to leave an answer

By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .
contact us