When I bind a GridViewDataColumn to a DateTime field, I am not allowed to set the Time. Seems like a reasonable expectation.
The default state of the column seems to give us the worst of both worlds because the time is displayed when not edited but when we are in edit mode I can't change it. If the default is just a calendar then don't display the time in the column. If the default is to handle time then expose the RadDateTimeEditor instead of the RadDateEditor while editing.
How can I accomplish what I want? Is it a setting in XAML or do I need to capture the column on creation and define it differently? I'm always appreciative of XAML and Code examples.
Joel.
The default state of the column seems to give us the worst of both worlds because the time is displayed when not edited but when we are in edit mode I can't change it. If the default is just a calendar then don't display the time in the column. If the default is to handle time then expose the RadDateTimeEditor instead of the RadDateEditor while editing.
How can I accomplish what I want? Is it a setting in XAML or do I need to capture the column on creation and define it differently? I'm always appreciative of XAML and Code examples.
Joel.