I have a grid with AutoGenerateColumns=true. In the itemdatabound event I want to iterate through the cells to see their "text" will tryparse into a date in order to format the date. I won't know what the column names are when the grid is loaded. How do you get the displayed value of the cell in codebehind?
I have tried to
I have tried to