Hello,
I try to used RadScheduleView, but there is a problem...
My XAML
and it shows appointments correctly.
I try to used RadScheduleView, but there is a problem...
My XAML
<
Controls1:RadScheduleView
Grid.Row
=
"1"
CurrentDate ="{Binding Path=. ,
Mode
=
TwoWay
,
Converter={StaticResource crossRegistersToDayStartEndTime},
ConverterParameter={x:Static Converters:DateTimeDirection.None}}"
AppointmentsSource
=
"{Binding Path=., Converter={StaticResource crossRegistersToAppointmentConverter}}"
>
<
Controls1:RadScheduleView.ActiveViewDefinition
>
<
Controls1:TimelineViewDefinition
Orientation
=
"Horizontal"
DayStartTime
=
"04:00"
DayEndTime
=
"16:00"
VisibleDays
=
"2"
/>
</
Controls1:RadScheduleView.ActiveViewDefinition
>
<
Controls1:RadScheduleView.ResourceTypesSource
>
<
Controls1:ResourceTypeCollection
>
<
Controls1:ResourceType
Name
=
"RcpCalculation"
>
<
Controls1:Resource
ResourceName
=
"RcpTimeTable"
/>
<
Controls1:Resource
ResourceName
=
"RcpCrossRegister"
/>
</
Controls1:ResourceType
>
</
Controls1:ResourceTypeCollection
>
</
Controls1:RadScheduleView.ResourceTypesSource
>
</
Controls1:RadScheduleView
>
and it shows appointments correctly.
Problem occures when I change VisibleDays = "1"
Although all appointments are located in the one day (the first one), none of them are shown...
I use 01535RadControls_for_WPF40_2011_2_0912_TRIAL_hotfix.
What is wrong?
thanks in advance
Robert