My VB code is something like this:
When I do this, it takes away my sort functionality for that column. How can I change the datagrid header text and still make the column sortable?
Code:
Select Case e.Item.ItemType
Case ListItemType.Header
e.Item.Cells(6).Text = "Assessed Dollars MTD"