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

Bug in new build -> minor ticklenght and majortick lenght not working

1 Answer 36 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Hardik
Top achievements
Rank 1
Hardik asked on 08 Jul 2011, 11:57 AM
Hi support,

I have replace old DLLs with new DLLs and found that there is an issue with majorticklenght and minorticklenght property.

I have teseted it in test application with old and new DLLs. Its working fine with old DLLs.

Following is the code which was working fine. IN one dropDown there is different values like 2min,5,min,10min,15min,20min etc....

On change of DropDown following things done.

  DayViewDefinition dayView; \\ Declaration.

 this.XamlRadScheduler.ViewDefinitions.Add(dayView); \\ Done in constructor

\\On dropDown change
      dayView.DayStartTime = new TimeSpan(0, 8, 00, 0, 0);
      dayView.DayEndTime = new TimeSpan(0, 18, 0, 0, 0);
      dayView.MinorTickLength = new FixedTickLengthProvider(new TimeSpan(0, 0, resolution, 0, 0));
      dayView.MajorTickLength = new FixedTickLengthProvider(new TimeSpan(0, 0, resolution, 0, 0));



Thanks
H@rdik Pancholi

1 Answer, 1 is accepted

Sort by
0
Ivo
Telerik team
answered on 12 Jul 2011, 04:02 PM
Hello Hardik,

This issue is known and will be fixed in the Q2 release. The Q2 will be available until the end of the week.

Hope this helps.

Regards,
Ivo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
ScheduleView
Asked by
Hardik
Top achievements
Rank 1
Answers by
Ivo
Telerik team
Share this question
or