wpf datagrid current item binding
- by tk
I want to bind a content of Label to the selected item of a datagrid.
I thought the 'current item' binding expression would work, but it is not.
My xaml code and code-behind c# is like below.
<Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
…