I need to display Grid Metadata .. for each column in the grid ... display the Title along with the mapped internal field
For example for the following GridColumn
<GridColumn Field=@nameof(Orders.KeyID) Title="Order ID" />
I will need to display that
Order ID is mapped to Orders.KeyID field
The issue is TelerikGrid GridColumnState has Field property but does not have Title property.
Will it be possible for Telerik to include Title in GridColumnState?
For example for the following GridColumn
<GridColumn Field=@nameof(Orders.KeyID) Title="Order ID" />
I will need to display that
Order ID is mapped to Orders.KeyID field
The issue is TelerikGrid GridColumnState has Field property but does not have Title property.
Will it be possible for Telerik to include Title in GridColumnState?
