This is a migrated thread and some comments may be shown as answers.

Custom Recurrence Dialog

1 Answer 59 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Robi
Top achievements
Rank 2
Robi asked on 24 Sep 2013, 02:44 PM
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..:
<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

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 25 Sep 2013, 11:13 AM
Hello Robi,

In order to create a custom EditRecurrenceDialog I would suggest to modify the default dialog instead create new one from the scratch. Using Implicit Styles you will be able easily to extract the default EditRecurrenceTemplate ControlTemplate and modify it as required. For your convenience we have prepared a sample project which demonstrates the exact approach.

Hope this helps.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Robi
Top achievements
Rank 2
Answers by
Kalin
Telerik team
Share this question
or