When the user drops the calendar I need to show the current month, rather than the month of the current value.This will allow the user to pick a recent date, not a date near the current value of the date cell. I don't want to change the value of the cell, just navigate to the current month without selecting a date.Any ideas on how to control the calendar?Thanks,Mike Dekarske
Hi Mike,
The default editor for a DateTime column is the DateTimeEditor, which uses the inbox MonthCalendar control for it's dropdown. I took a look at this control and I don't see any properties or methods that allow you to scroll the control without affecting the selected date.