I need to perform a custom sort that is different depending on which column the user selects for the sort.
I cannot seem to determine which column the user selected to sort within the CustomSorting event.
e.Column and e.GridViewTemplate are both deprecated.
How do I determine the column that the user selected for the sort within the CustomSorting event?
I cannot seem to determine which column the user selected to sort within the CustomSorting event.
e.Column and e.GridViewTemplate are both deprecated.
How do I determine the column that the user selected for the sort within the CustomSorting event?