I need to get the type of a column in the code behind during the ItemDatabound event.
Column.ColumnType works for getting the string version of a column but not exactly in the way I need it to.
It works for a GridHyperLink column but not Template columns because they are considered GridDataBound columns.
Is there a way to determine if something is a Template column or something without testing for the UniqueName or column index?
Column.ColumnType works for getting the string version of a column but not exactly in the way I need it to.
It works for a GridHyperLink column but not Template columns because they are considered GridDataBound columns.
Is there a way to determine if something is a Template column or something without testing for the UniqueName or column index?