hyperlink column in Datagrid
-
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
-
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
-
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
Well, I'm no expert with asp.net--or anything else for that matter--but no withstanding the previous posters advice is is my understanding that you will have to set
AutoGenerateColumns=false
and then programmically set your columns accordingly. The following does not have a hyperlink column but should, none the less, give a good idea of what you'll need to do.Jerry He said this was like painstakingly assembling the first layer of a house of cards, then boasting that the next 15,000 layers were a mere formality.--The Code Book, pp. 331 Toasty0.com DotNetGroup.org