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
Yes its possible.
Simply use the HyperlinkButtonStyle property of the HyperlinkColumn
-SteveZ