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 control to accept keyboard entry

I am using Version 12.2.0.36

Is there any settings in  DateTimePickerAdv control to accept keyboard entry. I have tried steps from  an existing item on forum. 

 1.Set NullModeKeyReset property to Any. 2.Set the Custom Format property as per your requirement. 3.Change Format to Custom. 4.Enable the None Button. During Run Time, Click on the NoneButton to clear the Text and enter the values through the keyboard. 

this does not work.


1 Reply

SK Senthil Kumaran Rajan Syncfusion Team April 9, 2015 05:58 AM UTC

Hi Farooq,

Thank you for using Syncfusion products.

We would like to let you know that, the reported requirement in DateTimePickerAdv can be achieved by enabling the AutoForwarding property. Please refer the below code snippet to enable the AutoForwarding property.

CodeSnippet[C#]:

//To Enable AutoForwarding property.

this.dateTimePickerAdv1.AutoForwarding = true;


Sample Location : https://www.syncfusion.com/downloads/support/directtrac/137607/DateTimePicker158445585.zip

Could you please check with the attached sample and let us know whether the provided solution helps to meets your requirement? If we have misunderstood your query, please provide some additional details about your requirement. This will be helpful for us to analyze and provide you a prompt solution.

Please let us know if you need further assistance.

Regards,
Senthil

Loader.
Up arrow icon