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.
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.