Is it possible to use the Silverlight (System.Windows.Controls.Input.Toolkit) user control in the Grid? We are using 2011.1
<inf:TemplateColumn.EditorTemplate>
<DataTemplate>
<Grid>
<win_controls:NumericUpDown
Width="95"
Value="{Binding AgeOrAmountEtc, Mode=TwoWay}"
VerticalAlignment="Center"
DecimalPlaces="2"
Style="{StaticResource Styles.NumericUpDown}"/>
</Grid>
</DataTemplate>
</inf:TemplateColumn.EditorTemplate>
The up/down buttons work OK but when you tab or click out of the field, the EndEdit method fires before the control has updated so the value reverts to the previous one.
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I created a sample project for you using the code you have provided and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Feel free to write me if you have further questions.