This question is locked. New answers and comments are not allowed.
Hi,
I want to change Scheduler days view from 3 digit to 2 digit.
What should I do?
Sample code is below.
<telerik:RadScheduleView.ViewDefinitions>
<telerik:TimelineViewDefinition VisibleDays="31" TimerulerGroupStringFormat="{}{0:dd ddd}"
TimerulerMajorTickStringFormat="{}{0:%M}.{0:%d}" LargeChangeInterval="15d" MajorTickLength="1d"
MinorTickLength="1d" GroupTickLength="1d"/>
</telerik:RadScheduleView.ViewDefinitions>
Mehmet,
Regards