is it possible to change the date/time picker into a year/month picker? I noticed you can do this very easily with the WPF DateTimePicker but cannot see a way to do this on the winforms
If I understand your requirement correctly, then you can change the RadDateTimePicker to show month and year in the following way:
1: Create a form with a RadDateTimePicker and a RadButton
2: Hook up the events for the RadButton click event and form load event.
3: Add the following code