Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a datagrid i want to selected rows using hyper link button colum data grid in wpf can u guide or send snipeets

XML
<my:DataGridHyperlinkColumn Header="Name" Binding="{Binding Path=Pathuri}" IsReadOnly="True" ContentBinding="{Binding Path=Heading}" Width="118">
    <my:DataGridHyperlinkColumn.ElementStyle>
        <Style TargetType="TextBlock">
            <EventSetter Event="Hyperlink.Click" Handler="DG_Hyperlink_Click" />
        </Style>
    </my:DataGridHyperlinkColumn.ElementStyle>

</my:DataGridHyperlinkColumn>
Posted
Comments
Programm3r 21-Jan-14 2:11am    
Have you had a look at the following links: http://stackoverflow.com/questions/1755455/handle-datagridhyperlinkcolumn-click-event or http://stackoverflow.com/questions/651416/using-wpftoolkits-datagridhyperlinkcolumn
Ning from Jinan 17-Jun-16 23:01pm    
thanks, it's useful

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900