This question is locked. New answers and comments are not allowed.
Hi telerik team,
I have a Hyperlink button inside gridview column as shown below
<telerikGrid:GridViewColumn Width="100" HeaderText="Document Name" >
<telerikGrid:GridViewColumn.CellTemplate>
<DataTemplate>
<HyperlinkButton Content="{Binding Documentname}" NavigateUri="{Binding Documenturl}" x:Name="HlnkDocument" Click="HlnkDocument_Click" TargetName="_blank" Foreground="#FF009900" FontWeight="Bold" ></HyperlinkButton>
</DataTemplate>
</telerikGrid:GridViewColumn.CellTemplate>
</telerikGrid:GridViewColumn>
Issue is I am not able to open the url or nothing happening on click of the hyperlink button. Can you please guide me how to open a document or some site on click of this hyperlink button which is present inside a gridview.
Thanks,
Regards,
Rana Pratap
I have a Hyperlink button inside gridview column as shown below
<telerikGrid:GridViewColumn Width="100" HeaderText="Document Name" >
<telerikGrid:GridViewColumn.CellTemplate>
<DataTemplate>
<HyperlinkButton Content="{Binding Documentname}" NavigateUri="{Binding Documenturl}" x:Name="HlnkDocument" Click="HlnkDocument_Click" TargetName="_blank" Foreground="#FF009900" FontWeight="Bold" ></HyperlinkButton>
</DataTemplate>
</telerikGrid:GridViewColumn.CellTemplate>
</telerikGrid:GridViewColumn>
Issue is I am not able to open the url or nothing happening on click of the hyperlink button. Can you please guide me how to open a document or some site on click of this hyperlink button which is present inside a gridview.
Thanks,
Regards,
Rana Pratap
