Hi,
i use the radschduleview like this:
I want to fire a function to save the new date of the appointment in a database. But how to i fire this function on Drop?
Thanks
Regards
Rene
i use the radschduleview like this:
<scheduleView:RadScheduleView AppointmentsSource="{Binding Appointments}" Margin="10" ResourceTypesSource="{Binding ResourceTypes}" telerik:StyleManager.Theme="Windows7" TimeMarkersSource="{Binding TimeMarkers}" CategoriesSource="{Binding Categories}" x:Name="MyScheduleView" GroupHeaderContentTemplateSelector="{StaticResource GroupHeaderContentTemplateSelector}" FirstDayOfWeek="Monday" FirstVisibleTime="6:0:0" ActiveViewDefinitionIndex="1" DialogClosing="MyScheduleView_DialogClosing" SpecialSlotsSource="{Binding SpecialSlots}" SpecialSlotStyleSelector="{StaticResource SpecialSlotStyleSelector}" ToolTipTemplate="{StaticResource AppointmentToolTipTemplate}" Drop="MyScheduleView_Drop">I want to fire a function to save the new date of the appointment in a database. But how to i fire this function on Drop?
Thanks
Regards
Rene