Using 2008 Q3, DOT NET 3.5
I have a couple of problems with the Hyperlink column (I am building the grid in Code Behind)
Setting the displayed text.
DataTextFormatString = "CONST"
DataTextField = Nothing
Result blank cell.
Yes, I can work out that ther eis no DataTextField and set the Text Property instead, but why do I have to.
Setting the URL.
DataNavigateUrlFormatString = "~/xxxxx.aspx"
DataNavigateUrlFields = Empty
Te column does not render as a hyperlink.
I have a couple of problems with the Hyperlink column (I am building the grid in Code Behind)
Setting the displayed text.
DataTextFormatString = "CONST"
DataTextField = Nothing
Result blank cell.
Yes, I can work out that ther eis no DataTextField and set the Text Property instead, but why do I have to.
Setting the URL.
DataNavigateUrlFormatString = "~/xxxxx.aspx"
DataNavigateUrlFields = Empty
Te column does not render as a hyperlink.