Hi,
I have a lot of XamNumericEditor boxes on my wpf page that the user adds number then these number get added to a database. Is it possible to have all the editors clear there value when the user tabs off the last editor. For example is it possible to use a foreach statement to change all the editor to show a null value.
Thanks,
Bryan
Hello Bryan,
It's possible. You can add the logic that sets all editors value to null in
last editor's EditModeEnded event or in lostFocus event(because when you press the tab the focus of this editor is lost).
Regards,
Anastas
Anastas,
Thanks for the reply. Would you please show me a little code how this is done for each editor. Also I have the the editor in the XamTileControl. is it possible to only clear the values in this tile instead of the other tiles as well?
Thanks
I'm attaching you very simple project that shows you how to set null value to editors.
If you have any questions do not hesitate to ask.