Hello,
How to Make Keys.Enter work like Keys.Tab on the UltraDateTimeEditor ?
i have tried with this code but it does not work.
KeyActionMapping newKam;foreach (KeyActionMapping ugKam in dateTimeEditor.KeyActionMappings) if (ugKam.KeyCode == Keys.Tab) { newKam = new KeyActionMapping(Keys.Enter, ugKam.ActionCode, ugKam.StateDisallowed, ugKam.StateRequired, ugKam.SpecialKeysDisallowed, ugKam.SpecialKeysRequired); dateTimeEditor.KeyActionMappings.Add(newKam); }
How can i fix that?
thank you
Hello walterG,
I believe that this question has already been answered in the following forum thread:
http://forums.infragistics.com/forums/t/25997.aspx.
Please do not hesitate to contact us if you need any additional assistance.