Hi,
I have GridViewCheckBoxColumn ,and have cellEdit template with CheckBox .Code contains some thing like this,but events are not raising view model
<CheckBox>
I have GridViewCheckBoxColumn ,and have cellEdit template with CheckBox .Code contains some thing like this,but events are not raising view model
<CheckBox>
<
i:EventTrigger EventName="Checked">
<ei:CallMethodAction MethodName="OnDemandClientEnabled_Checked" TargetObject="{Binding}"/>
</i:EventTrigger>
<i:EventTrigger EventName="Unchecked">
<ei:CallMethodAction MethodName="OnDemandClientEnabled_UnChecked" TargetObject="{Binding}"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</CheckBox>
Please give solution on this.
Thanks,
Sirisha.