Users are requesting this.
Hello,
Thank you for your reply. I am very glad that the approach I have suggested was helpful for you. Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
It's taking care of. Thanks.
I am just checking if you require any further assistance on the matter.
Thank you for your post. I have been looking into the question that you are having and you can implement this approach by disabling the MaskedInputTextBox, used in the XamDateTimeInput. You can do that, by handling the Loaded event of the XamDateTimeInput and using the Utilities class to get the MaskedInputTextBox and set its IsEnabled property to false. By doing so, you will disable to input of the XamDateTimeInput and you will allow setting the date, by using the drop down only. I have created sample application for you, that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter.