J
JohnE
I have a gridview with column headers. These differ slightly from the
underlying table. Example is the table has ChangeRequestStatus while
gridview has Status. On a label below the gridview I have what is being
sorted. Rather then the table I would prefer to have the gridview column
header. The line below provides what the underlying datatable has.
lblSortColumn.Text = "Sorted by: " + e.SortExpression;
I am not getting what would be used to show the gridview column header. Any
assistance in this is welcomed.
Thanks.
John
underlying table. Example is the table has ChangeRequestStatus while
gridview has Status. On a label below the gridview I have what is being
sorted. Rather then the table I would prefer to have the gridview column
header. The line below provides what the underlying datatable has.
lblSortColumn.Text = "Sorted by: " + e.SortExpression;
I am not getting what would be used to show the gridview column header. Any
assistance in this is welcomed.
Thanks.
John