0
A simple check of the columns collection will take care of THAT!
0
But can you condition this column to display only if the datasource has that column available. As my datasource may or may not have that column depending upon user selection.
Thanks
Shafiq
0
AutoGenerate will creaate columns in the grid for all columns in the datasource which do not match up with defined columns in the grid. Thus if you explicity set the information for a specific column the way you want it will already exist and autogenerate will not duplicate it.
0
I think if you are saying AutoGenerateColumns=True then there is no reason to specify the . They will be automatically generated.
Problem is once they created or during Item_Created event , somehow change them to Hyperlink column.
Thanks
0