AD
Administrator
Syncfusion Team
March 28, 2008 12:00 AM UTC
Hi Julie,
Thank you for your interest in Syncfusion products.
You can change this behavior by setting the NullmodeKeyReset property of dateTimePickerAdv1 to ArrowKeys or NumericKeys. By default it is set to Any. Please refer to the code snippet given below:
//Please set NullModeKeyReset property to ArrowKeys or NumericKeys
this.dateTimePickerAdv1.NullModeKeyReset = Syncfusion.Windows.Forms.Tools.NullModeKeyReset. ArrowKeys;
Please let me know if you need any further information.
Regards,
Vinoth