Hi...I have a WinGrid column with the DateTime datatype. It automatically gives me the Calendar DropDown when entering data into the cell...I just want to change the look to my CalendarLook object...ideas?
What exactly about the look do you want to change?
If you mean the colors, you could do this using an UltraDateTimeEditor control. Just place one on the form and you can use it's Appearance properties to modify the look of the dropdown. Then set the grid column's EditorControl property to the UltraDateTimeEditor.
Another option would be to use AppStylist and style your whole application, including the dropdown calendars.
Ahh...have to use the EditorControl..thanks Mike