LoCode AutoQueryGrid Change Column Name

For the LoCode Chinook example. After implementing the lookup field solution for Album, Media Type, and Genre to display the name instead of the code, is it possible to alias the grid column names easily so it doesn’t have “Id” in each column name?

You could use define an alias with [DataMember(Name="...")] but that would change the serialization behavior, otherwise you would need to use a Custom AutoQueryGrid component where you can use header-titles to define different header aliases for each column.

You can find what features can be declaratively defined in Locode’s Declarative Dev Model docs.