Hi,
I'm using Infragistics NetAdvantage for .NET 2008 Vol. 3.
I need a control with which i can select a month and a year. I think there is no such control. So I use a CalendarComboControl at which I set the Format to "MMMM yyyy" to show only month and Year. The problem is, when that format is configured, the control saves and shows the 1. of the month of the selected datetime. BUT I want to show exact the selected day in the selection pane OR I only want to show in the selection pane only month and year but no day.
Can I configure the UltraCalendarCombo or any other Infragistics Control in that way?
Thanks for any answers.
Hello freyth,
Could you please clarify if I got this right - you want the control to show only month and year when in editmode or when not in editmode or both. You could also use the 'MaskInput' property of the 'UltraDateTimeEditor' control, here are some links about the properties which might help you in this case:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.Win.UltraWinEditors.v11.2~Infragistics.Win.UltraWinEditors.UltraDateTimeEditor~FormatString.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.Win.UltraWinEditors.v11.2~Infragistics.Win.UltraWinEditors.UltraDateTimeEditor~MaskInput.html
Please do not hesitate to contact us if you need any additional assistance.
Thanks for the reply, but I've decided to use Microsofts DateTimePicker Control.