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

[Solved] how to remove HyperlinkButton 'box' when clicked

0 Answers 115 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paris
Top achievements
Rank 1
Paris asked on 13 Mar 2013, 02:22 AM
Hi,

I have a hyperlink button in my gridview, I wanna remove the 'box' when i click on the button. Someone please guide me to solve this problem. Thanks.
<telerik:GridViewDynamicHyperlinkColumn Header="Invoice No." Width="*" >
    <telerik:GridViewDynamicHyperlinkColumn.CellTemplate>
        <DataTemplate>
            <HyperlinkButton TargetName="_blank" Content="{Binding InvoiceNo}" NavigateUri="http://localhost:60271/Pages/Invoice.aspx"></HyperlinkButton>
        </DataTemplate>
    </telerik:GridViewDynamicHyperlinkColumn.CellTemplate>
</telerik:GridViewDynamicHyperlinkColumn>
Tags
GridView
Asked by
Paris
Top achievements
Rank 1
Share this question
or