This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to implement the example I found (shown below).
<i:Interaction.Triggers> <i:EventTrigger EventName="RowEditEnded"> <i:InvokeCommandAction Command="{Binding SaveSelectedProjectCommand}" CommandParameter="{Binding ElementName=grdProjects, Path=SelectedItem}" /> </i:EventTrigger></i:Interaction.Triggers>
But it doesn't work, obviously because I don't have the <i: initiated as
anything, but in the responses by TELERIK in this thread
http://www.telerik.com/community/forums/wpf/gridview/calling-command-on-roweditended-for-mvvm.aspx
They don't specify anything (they speak as though copying
and pasting that should work). So what am I supposed to import/instantiate to get it to work?
Thanks,
Chris.