Can somebody please help with this as it's doing my head in! When I am editing an appointment in advanced edit mode, everything updates fine apart from the start date and time, for some reason this does not want to update, If I drag and drop the same appointment the start time updates no problem - any idea why this might be? I'm binding in the advanced edit template as follows;
<
telerik:RadDateTimePicker ID="RadDateTimePicker1" runat="server" SelectedDate='<%# Bind("Start") %>' TimeView-EndTime="18:59:59" TimeView-StartTime="08:00:00" TimeView-Interval="00:30:00" />
</telerik:RadDateTimePicker>