Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
igGrd column with hyperlinks looks like text
posted

I'm testing out your igGrid control in a .NET MVC application and I'm having a problem with a column template. I'm trying to do something really simple like. 

testColumn.Template = "<a href='http://www.google.com'>http://www.google.com</a>"

The problem I'm having though is that although the link works it looks like plain text. Is there a way to just default the column to look like a normal hyperlink?

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello James,

    Thank you for posting in our community.

    By design, a link, in its purest form, is just underlined if not visited, if visited links usually become blue. There is nothing specific for igGrid in regards to styling links. In order to style a link  CSS have to be used, the same way we are using it for any other elements. All that needs to be done is targeting the <a> element in stylesheet.  Some further reference about styling links can be found here and here.

    Thank you for using Infragistics components.

Children