adding hyperlink column after the grid is binded
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Autogeneratecolumns is true 13 column's and their data is displayed by binding the grid to datatable I want the 14th column to be a hyperlink column and want to provide the details from datatable. I tried to provide the hyperlink column after changing the autogeneratecolumns property to 'false' dynamically, but not working Is it possible to do the databinding and adding up of hyperlink column to the existing column collection at the same time. help me