chaning font style for a particular column in DataGrid

G

Guest

I was wondering how to change font style for a column in a DataGrid,
hopefully through the TableStyle object... In particular, I want to make one
column underlined and change the color of the text. I cannot find any helpful
properties or method under DataGridColumnStyle- although I see there is a
FontChanged event so there's got to be a way to do it, right?
 
G

Guest

Let me update this post so you know what I'm trying to do, because maybe
there's a better way... Basically I want data in one of my columns to act as
hyperlinks. Now I know there is a Web UI column specific for this, but can I
use that for my non-web-based program? I want the user to be able to click on
a column and then another window pops up with further details about the
particular item they clicked on....

At first I was thinking I need to change the font style and add a onClick
event and even manage the mouse cursor as it hovers over (so you know you can
click on it) but maybe there's a much easier way to do this perhaps even
using that Web based component? Please let me know!

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top