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

SchedulerTimelineView Current Date Appointments issue

1 Answer 46 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 10 Apr 2013, 09:48 AM

I use TimeLineView with Timescales.Minutes.

When our scheduler shows period less than a day (for example 0:00-12:00) we have corrupted view with only one column and without possibility to scroll to appointments. After some investigation I see that the method GetRenderCellsCount() has next code:

                if (startDate > this.RangeEndDate.Date)
                    return calculatedMaximum;

This code check whole DateTime of starting with only Date of Ending. So, when our scheduler shows period less than a day (for example 0:00-12:00) we have corrupted view with only one column and without possibility to scroll to appointments.
 
Also, because properties RangeStartDate and RangeEndDate contain time, but StartDate only with date. We can’t setup Timeline view to start from the middle of day, because StartDate will be less then RangeStartDate.

1 Answer, 1 is accepted

Sort by
0
Julian Benkov
Telerik team
answered on 12 Apr 2013, 01:31 PM
Hello Thomas,

I was not able to replicate the behavior on my end using the reported scenario. Please try to isolate the issue in a sample application and send it to us with some part of your data to investigate it locally. This will allow me to provide you with adequate and helpful assistance.

Thank you for your time and cooperation. I am looking forward to your reply. 

Greetings,
Julian Benkov
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Scheduler and Reminder
Asked by
Thomas
Top achievements
Rank 1
Answers by
Julian Benkov
Telerik team
Share this question
or