or
<
tt:RadDocking
DragDropMode
=
"Deferred"
HasDocumentHost
=
"False"
>
<
tt:RadSplitContainer
>
<
tt:RadPaneGroup
>
<
tt:RadPane
Header
=
"Pane 1"
/>
</
tt:RadPaneGroup
>
</
tt:RadSplitContainer
>
<
tt:RadSplitContainer
Orientation
=
"Vertical"
>
<
tt:RadPaneGroup
>
<
tt:RadPane
Header
=
"Pane 2"
/>
</
tt:RadPaneGroup
>
<
tt:RadPaneGroup
tt:ProportionalStackPanel.RelativeSize
=
"100,25"
>
<
tt:RadPane
Header
=
"Pane 3"
/>
</
tt:RadPaneGroup
>
</
tt:RadSplitContainer
>
</
tt:RadDocking
>
Hi All,
Need little help here.
About SeletedAppt background:
I am using theme like the online demo.
<
telerik:Windows7Theme
x:Key
=
"Theme"
/>
<
telerik:RadScheduleView
telerik:StyleManager.Theme="{StaticResource Theme} … …>
When I selected the Appt(s) the background color is not big difference with it before be selected. How do change that by simple way.
About ConfirmDialog:
When I click delete button on Ribbon (online demo first look),the DeleteConfirmDialog popup,But you don’t know which Appt to be deleted, because maybe selected Appt not on current page(view window).So my question is how do I add selectedAppt`s subject to ConfirmDialog.