MU
Murugan
Syncfusion Team
March 9, 2007 05:58 PM UTC
Hi Srdjan,
Thank you for using Syncfusion products.
This could be achieved by setting AutoForwarding property of the DateTimeAdc control. This accepts the day as input and automatically forward to Month and Year fields. Here is the code snippet
this.dateTimePickerAdv2.AutoForwarding = true;
Please refer to this code snippet above and let me know if I missed anything.
Regards,
Murugan P.S