Re: Hyperlink in DataGrid

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Ben (ben_at_online.nospam)
Date: 02/17/05


Date: Thu, 17 Feb 2005 09:31:52 -0500

Simply add a hyperlink column to the grid and bind your values to it instead
of a databound column.
"Newbie" <Newbie@discussions.microsoft.com> wrote in message
news:D9FDC115-20D2-4EC5-AC95-E04ABD7CE2AF@microsoft.com...
> Hello!
>
> I am using a DataGrid to show a table. Some of the columns are showing
> numeric data. I need to show these numeric data as hyperlinks so that the
> user can drill downward (or get more details about the data). Thanks in
> advance.
>
> Newbie