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

RadScheduleView problem

3 Answers 156 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 15 Sep 2011, 12:51 PM
Hello,
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

3 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 20 Sep 2011, 04:56 PM
Hi Robert,

I wasn't able to reproduce the problem using the attached application. I tried with both the official Q2 2011 version 2011.2.712 and with the latest assemblies that will be released as Q2 SP1 in a few days. Could you please, check if I am missing something? I would suggest modifying my application so that it can be used to observe the problem and then opening a new support ticket and sending it back to us. We will do our best to provide further guidance and probably a fix if this appears to be a bug.

Kind regards,
Valeri Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Robert
Top achievements
Rank 1
answered on 20 Sep 2011, 06:16 PM
Hi Valeri ,
Your application shows the problem. As I said I used version 2011.2.912.40.
best regards,
Robert
0
Valeri Hristov
Telerik team
answered on 21 Sep 2011, 10:30 AM
This is great then, you just need to use the assemblies in the upcoming sevice pack where this problem is fixed.

Greetings,
Valeri Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Robert
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Robert
Top achievements
Rank 1
Share this question
or