We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DateTimePickerAdv question

Hi.

I need to support fast editing for my users because they are entering large amounts of data. In case of dates they expect to enter just numbers ie: 090307 (ddmmyy) or 09032007 (ddmmyyyy). There should be no extra keys involved during editing. Control would format date during validation by removing leading zeroes and checking is date invalid.

Can this be done with this control? Any suggestion would be appreciated.

Thanks in advance.

1 Reply

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

Loader.
Live Chat Icon For mobile
Up arrow icon