This is a migrated thread and some comments may be shown as answers.

GridHyperLinkColumn

2 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patxi
Top achievements
Rank 1
Patxi asked on 11 Mar 2009, 08:40 AM
Hello,

I am having small problem with GridHyperLinkColumn. The datas are by default underlined and I don´t want them to be like that.
I have created a skin file where I have written characteristics for datas of Gridview but I haven´t got how to delete underline for datas which are hyperlink.

I have tried this:
      <telerik:GridHyperLinkColumn DataTextField="Código" NavigateUrl="fweDetails.aspx" SortExpression="Código">
            <ItemStyle Font-Underline="false" />
      </telerik:GridHyperLinkColumn>

and it is not working.

Any idea how to do it?it is not necessary to be by using a skin file.

Thank you in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 11 Mar 2009, 09:36 AM
Hello Patxi,

Try the following approach and let us know whether this helps.
<style type="text/css"
    .RadGrid_SKINNAME .rgMasterTable a 
    { 
        text-decorationnone
    } 
</style> 

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Patxi
Top achievements
Rank 1
answered on 11 Mar 2009, 11:13 AM
Thanks Daniel.

Finally I have solved the problem in another way but I have tried your solution and is all right too.
I will take it into account for the future :)
Tags
Grid
Asked by
Patxi
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Patxi
Top achievements
Rank 1
Share this question
or