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

[Solved] how to get row values on hyperlink click?

0 Answers 68 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.
Shrikant
Top achievements
Rank 1
Shrikant asked on 03 Aug 2011, 10:31 AM
HI,
In my gridview I have added
<telerik:GridViewColumn>
<telerik:GridViewColumn.CellTemplate>
    <DataTemplate>
       <HyperlinkButton  Content="Edit Properties"  x:Name="HlnkDocument" Click="HlnkDocument_Click"    />
     </DataTemplate>
</telerik:GridViewColumn.CellTemplate>
</telerik:GridViewColumn>

Now can any one tell me how i will get row values in hyperlink event while clicking on hyperlink?



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