Hi,
I have a hierachical xamwebgrid containing columns which can be clicked to redirect to another page.
I also used CellControlAttached event to control text foreground color to indicate the status of each row. There're 4 different foreground color in the grid.
What I need to accomplish is to make the contents in those clickable columns underlined when users move mouseover them, so they know that it's a link to click to be redirected to another page.
I tried HyperlinkColumn for those columns, but the problem is the default style of hyperlinkcolumn also set foreground color text which is not what I want.
Is there a way to change the style of HyperlinkColumn to only show underlined text but foreground color doesn't changed?
Thank you,
Amy
Hello,
Use TemplateColumn instead
Can you please explain?
Can I still control foreground color of the content in the TemplateColumn through the CellControlAttached event, and show text underlined on mouseover?