Hello,
In the XamDateTimeEditor control I would like to have only the dropdown to choose a date. and not the input field texbox to the left.
Is this possible? I could only find the property to remove the dropdown and only show the textbox field.
I hope this is possible one way or another.
Hello Ron,
If you don’t need the input field of the XamDateTimeEditor control, you may have a look at the xamCalendar control. It provides calendar view without text input.
For more information, see the following links:
http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=xamCalendar_About.html
http://ko.infragistics.com/samples/silverlight/calendar/#/calendar-settings
Sincerely,
Hello Svetla,
That is indeed what I need, however, I need it under a dropdown button! Could you help me achieve this?
I have been looking at the examples you provided and been searching somewhat of my own but I wasn't able to figure out what controls to use to achieve this.
(p.s.: your second url is referring to the silverlight version of the calendar instead of the wpf one.)
Why don’t just add the xamCalendar control as an Item of a ComboBox control?
I’ve attached a sample application demonstrating this.
Thanks, didn't know it was that easy!