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?