Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1435
XamDataGrid Initialized event not firing
posted

Hello,

I'm having issue with the XamDataGrid Initialized event. Somehow it is not firing when using interaction triggers.

<igDP:XamDataGrid x:Name="myXamDataGrid">
<i:Interaction.Triggers>
<i:EventTrigger EventName="Initialized">
<i:InvokeCommandAction Command="{Binding myCommand}" />
</i:EventTrigger>
</i:Interaction.Triggers>
</igDP:XamDataGrid>