views:

23

answers:

1

I'm looking for the simplest way to make text in the cells of a dataGridTextColumn appear as hyperlinks, ie; blue, underlined. Any ideas?

A: 

I think you will have to use a template column for this. See here for more details on a possible solution.

EDIT

oh, I thought you needed a HyperLink column. I would assume that you would need a combination of the text-decoration="underline" and foreground="blue" on your textBlock areas. Check out this link to see if you can get started with it...

Tommy
I was hoping to not have to go this route, as all I need is the appearance, not the functionality. I was hoping to just use styling, which is not my strong suit.
PhilBrown