Hi,

I would like to change some of the cosmetics of the MonthCalendar control that DateTimeColumn uses (perhaps even use a completely different date picker), while retaining all the other cool stuff. I thought the easiest way to do this was to create my own datecolumn class and override the EditInDropDown() method. Is this the best way? If so and this seems like a common scenario, should EditInDropDown() be marked Virtual so that it can be overridden?  Currently, in vb, I'm only able to do this by Shadows - but it seems cleaner to Override.

Thank you,
Mark