AN
Anonymous
February 4, 2005 01:29 PM UTC
Hi Jeff,
after the month calendar is dropped down the CurrentCellShowedDropDown event is raised. There you could set the date in the dropdown.
The MonthCalendar control should be accessible with
MonthCalendar mc = ((GridDropDownMonthCalendarCellRenderer) grid.CurrenntCell.Renderer).DropDownContainer.Controls[0]);
then you can set the date on the MonthCalendar control.
Stefan