Hi,
I tried adding and event trigger on my GridViewDataColumn but it doesn't seem to fire the command.
Is it actually possible to add event trigger to GridViewDataColumn?
I tried adding and event trigger on my GridViewDataColumn but it doesn't seem to fire the command.
<telerik:GridViewDataColumn CellStyle="{StaticResource IndexColumnStyle}" DataMemberBinding="{Binding Index}" Header="Index" IsReadOnly="True"><i:Interaction.Triggers><i:EventTrigger EventName="CellDoubleClick"><GalaSoft_MvvmLight_Command:EventToCommand Command="{Binding EditCommand}"CommandParameterValue="Edit"PassEventArgsToCommand="True" /></i:EventTrigger></i:Interaction.Triggers>
</telerik:GridViewDataColumn>Is it actually possible to add event trigger to GridViewDataColumn?