Hello, I have RadGrid which is populated from a data table and the columns for the grid are Autogenerated...since business logic prevents me from defining a telerik:GridHyperLinkColumn at design time how can I add a Hyperlink to a column that was auto generated. I would like it to appear like a design time telerik:GridHyperLinkColumn column where the columns data's text is hyperlinked I also trap the grids ItemDataBound event and build the hyperlink dynamically using the data from other columns in the grid.
Thanks
Thanks