Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
CalendarLook for Calendar DropDown in WinGrid
posted

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?

Parents
  • 469350
    Verified Answer
    Offline posted

    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. 

Reply Children
No Data