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

how to remove HyperlinkButton 'box' when clicked

0 Answers 51 Views
GridView
This is a migrated thread and some comments may be shown as answers.
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>

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Paris
Top achievements
Rank 1
Share this question
or