Is it possible to have a datagrid that has both databound and a hyperlink column.
The same column that is.
Is it possible to have a datagrid that has both databound and a hyperlink column.
The same column that is.
I take it you mean a hyperlinkcolumn that takes some value from the database field and adds it into the created URL in some way.
In which case you just use a hyperlinkcolumn and use the properties of this column to format the database field accordingly using some of: DataNavigateUrlField, DataNavigateUrlFormatString, DataTextField and DataTextFormatString.
DJ