I have a column in a grid that is bound to a DateTime object. When it is displayed I get an editor that allows choosing a date but it does not allow me to add the time part.
What do I need to do in order to allow adding a date and a time for the value?
There is a MaskInput property in UltraGrid which allows you to do this. Setting this through the UltraGrid designer provides you with some predefined date and time formats.
Set the MaskInput propety to something like "{date} {time}" to get the time to display.