I have a grid that are being generated from supplied data source with AutoGenerateColumns = true. The first column has edit button and the rest of the columns are being generated from the data source which works fine.
However, for one of the column in the data source, if the column name is certain name, it needs to be changed to hyperlink and provide link information. It looks like those generated columns are not available in ItemDataBound or I am not doing this right.
Can you help?
However, for one of the column in the data source, if the column name is certain name, it needs to be changed to hyperlink and provide link information. It looks like those generated columns are not available in ItemDataBound or I am not doing this right.
Can you help?