forum

Home / DeveloperSection / Forums / wpf datagrid on click event

wpf datagrid on click event

Takeshi Okada333321-Sep-2013

I use datagrid table on my project. One of the column of the datagrid is the path of the document according to my project. I would like to do that:

When the user clicks the path cell/hyperlink cell,

Program will get the path,

Program will open another tab.

I couldn't see the onclick event for the column, how can i do this? And also how can I switch the tabitems on the same wpf Window?

Hyper link column is that:

<toolkit:DataGridHyperlinkColumn Header="Path" Binding="{Binding path}" IsReadOnly="True" TargetName="{Binding Path=path}">

</toolkit:DataGridHyperlinkColumn >


Updated on 21-Sep-2013

Can you answer this question?


Answer

0 Answers

Liked By