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

radscheduleview is not refreshing the UI when we click next date, DayViewDefinition, WeekViewDefinition and MonthViewDefinition buttons in WPF

3 Answers 143 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Amaravathi
Top achievements
Rank 1
Amaravathi asked on 03 Oct 2016, 10:30 AM
I have radscheduleview control which is not getting refreshed when we navigate from one view to other, previous page design is getting cashed. The block lines are not getting refreshed in the control. because of which the design of the control is getting disturbed.. can someone help please.[Getting multiple vertical lines]

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 04 Oct 2016, 07:08 AM
Hello Amaravathi,

We are aware of the explained problem and it has been fix with the latest release of Telerik UI for WPF (2016.3 914). Please download it and test it on your side.

Hope this helps.

Regards,
Kalin
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Amaravathi
Top achievements
Rank 1
answered on 05 Oct 2016, 06:23 AM

Thanks for the quick response Kalin, i downloaded the new DLL's and Replaced with my old DLL's but i am facing one issues here. It says "The type or namespace name 'FixedTickLengthProvider' could not be found"(are you missing a using directive or an assembly reference?). It was working fine with my old DLL's.

 scheduleView.GetDayViewDefinition().MinorTickLength = new FixedTickLengthProvider(new TimeSpan(0, timeSlotLength, 0));
 scheduleView.GetWeekViewDefinition().MinorTickLength = new FixedTickLengthProvider(new TimeSpan(0, timeSlotLength, 0));

       


 
 
0
Kalin
Telerik team
answered on 07 Oct 2016, 08:27 AM
Hi Amaravathi,

The FixedTickLengthProvider class has been been obsoleted and removed with version Q2 2012 of the suite - FixedTickLength class should be used instead.

Hope this helps.

Regards,
Kalin
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
ScheduleView
Asked by
Amaravathi
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Amaravathi
Top achievements
Rank 1
Share this question
or