When setting the GroupByExpression property for a template column I would like to declaratively assign the field alias to a resource so that it is localized.
My current expression is:
| <telerik:GridTemplateColumn |
| GroupByExpression="FieldName AliasName Group By FieldName asc" |
How can I replace 'AliasName' so that it uses <%$ Resources:Grid, AliasName%> ?
I don't want an initial grouping state so have not set the GroupByExpressions property for the MasterTableView.