This is a migrated thread and some comments may be shown as answers.

DoubleClick event trigger on GridViewDataColumn

0 Answers 149 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 14 Sep 2012, 08:51 AM
Hi,

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?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Mark
Top achievements
Rank 1
Share this question
or