This question is locked. New answers and comments are not allowed.
Hi,
How can I create an custom recurrence dialog for appointments and how to bind it correct..
I've this toolbar now with the normal recurrence dialog and i wana create an own dialog..:
Regards
How can I create an custom recurrence dialog for appointments and how to bind it correct..
I've this toolbar now with the normal recurrence dialog and i wana create an own dialog..:
<telerik:RadToolBar x:Name="AppointmentToolBar" Grid.Row="0" Margin="-1 0 -1 3" BorderThickness="0 0 0 1" GripVisibility="Collapsed" OverflowButtonVisibility="Collapsed"> <telerik:RadButton x:Name="EditRecurrenceButton" Command="schedule:RadScheduleViewCommands.EditRecurrenceRule" Visibility="{Binding CanEditParentAppointment, Converter={StaticResource InvertedBooleanToVisibilityConverter}}"> <ToolTipService.ToolTip> <ToolTip telerik:LocalizationManager.ResourceKey="EditReccurence" /> </ToolTipService.ToolTip> <TextBlock Margin="6 0" FontWeight="Bold" Foreground="Black" telerik:LocalizationManager.ResourceKey="EditReccurence" /> </telerik:RadButton></telerik:RadToolBar>
Regards