Declined
Last Updated: 15 Feb 2017 12:29 by ADMIN
In WeekView, when ShowWeekGroupHeaders is set, templating the GroupHeaders with GroupHeaderContentTemplateSelector lead to a rendering issue (see attached files).

In case I forgot something, here is my GroupHeaderContentTemplateSelector definition : 

    <svcore:GroupHeaderContentTemplateSelector x:Key="_GroupHeaderContentTemplateSelectorKey">
      <svcore:GroupHeaderContentTemplateSelector.HorizontalTemplate>
        <DataTemplate>
          <ContentPresenter MinHeight="16" Margin="4" Content="{Binding FormattedName, Converter={StaticResource UpperCaseStringConverter}}"/>
        </DataTemplate>
      </svcore:GroupHeaderContentTemplateSelector.HorizontalTemplate>
      <svcore:GroupHeaderContentTemplateSelector.VerticalTemplate>
        <DataTemplate>
          <ContentPresenter Margin="4" MinHeight="16" VerticalAlignment="Top" Content="{Binding FormattedName, Converter={StaticResource UpperCaseStringConverter}}">
            <ContentPresenter.LayoutTransform>
              <RotateTransform Angle="-90"/>
            </ContentPresenter.LayoutTransform>
          </ContentPresenter>
        </DataTemplate>
      </svcore:GroupHeaderContentTemplateSelector.VerticalTemplate>
      <svcore:GroupHeaderContentTemplateSelector.HorizontalResourceTemplate>
        <DataTemplate>
          <Border Background="{Binding Name.DBResource.Color, Converter={StaticResource _SharedStringColorToSolidColorBrushConverterKey}}" Height="60" Margin="2">
            <StackPanel Orientation="Vertical" Margin="8">
              <TextBlock Foreground="{Binding Name.DBResource.Color, Converter={StaticResource _SharedBackgroundStringColorToForegroundConverterKey}}" FontSize="16" Margin="0" Text="{Binding Name.DisplayName}" />
              <TextBlock Foreground="{Binding Name.DBResource.Color, Converter={StaticResource _SharedBackgroundStringColorToForegroundConverterKey}}" FontSize="12" Text="{Binding Name.DBResource.Code}" />
            </StackPanel>
          </Border>
        </DataTemplate>
      </svcore:GroupHeaderContentTemplateSelector.HorizontalResourceTemplate>
      <svcore:GroupHeaderContentTemplateSelector.VerticalResourceTemplate>
        <DataTemplate>
          <Border Background="{Binding Name.DBResource.Color, Converter={StaticResource _SharedStringColorToSolidColorBrushConverterKey}}" Width="140" Margin="2">
            <StackPanel Margin="8">
              <TextBlock Foreground="{Binding Name.DBResource.Color, Converter={StaticResource _SharedBackgroundStringColorToForegroundConverterKey}}" FontSize="16" Margin="-2 3 0 5"  Text="{Binding Name.DisplayName}" />
              <TextBlock Foreground="{Binding Name.DBResource.Color, Converter={StaticResource _SharedBackgroundStringColorToForegroundConverterKey}}" FontSize="12" Text="{Binding Name.DBResource.Code}" />
            </StackPanel>
          </Border>
        </DataTemplate>
      </svcore:GroupHeaderContentTemplateSelector.VerticalResourceTemplate>
    </svcore:GroupHeaderContentTemplateSelector>
Completed
Last Updated: 06 Feb 2017 15:17 by ADMIN
Available in LIB version 2017.1.206 , it will be also available in the R1 2017 SP1 Release.
Completed
Last Updated: 31 Jan 2017 14:12 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: ScheduleView
Type: Bug Report
1
Available with LIB version 2016.3.1205, it will be also available in the 2017 R1 release.
Declined
Last Updated: 05 Jan 2017 15:05 by ADMIN
Unplanned
Last Updated: 04 Jan 2017 13:06 by Joshua Obal
Drag and drop is not working properly for RadScheduleView WPF running inside WindowsFormsHost, in a WPF Browser Application. When you drag an appointment, it drops it in another location. 

The hierarchy of child controls is as follows:
•	WPF XAML Browser App page, containing a WinFormsHost  (WPF)
  o	WInFormsControl containing a ElementHost control (WinForms)
   	WPFUserControl containing RadScheduleView (WPF)
Please see the attached sample project that demonstrates this issue. I would like to make the whole application WPF, however the parents of the WPFUserControl are an existing application where we want to include the RadScheduleView.
Unplanned
Last Updated: 04 Jan 2017 07:28 by ADMIN
The resize (splitter) controls would be used to select (get) the time space which they wrap. For example please refer the attached screenshot.
Unplanned
Last Updated: 04 Jan 2017 06:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ScheduleView
Type: Bug Report
5
*  SnapAppointments should cause appointments to snap to tick marks, as it does now.
 *  By default, SnapAppointments should not prevent the start/end time from falling outside the visible time range. (Or at least it should consistently prevent or allow this.)
 *  There should be another bool property that prevents/allows the start/end time to be outside the bounds of the visible time range.
http://admin.telerik.com/?Context=Support&Control=%7e%2fUserControls%2fSupport%2fThreadReply.ascx&ST=425043&SM=0
Unplanned
Last Updated: 03 Jan 2017 21:18 by Niels
Unplanned
Last Updated: 03 Jan 2017 21:09 by Bill
ADMIN
Created by: Telerik Admin
Comments: 1
Category: ScheduleView
Type: Feature Request
6
Whens scrolling a group that is Freezed to remain always in View.
Unplanned
Last Updated: 03 Jan 2017 21:08 by ADMIN
When double click on the right of the ViewDefinition buttons new Appointment dialog is shown
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ScheduleView
Type: Feature Request
6
New ViewDefinition which shows an overview of a complete year. There should be a separate Calendar for each month and the days which have appointments should appear in Bold style.
Unplanned
Last Updated: 03 Jan 2017 21:02 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ScheduleView
Type: Feature Request
7
Currently it is possible to set only fixed width to the GroupHeaders.
Unplanned
Last Updated: 03 Jan 2017 20:59 by Ramius
When creating an recurrent appointment on the 31st of the month Outlook gives the user a warning: "Some months have fewer than 31 days. For these months, the occurrence will fall on the last day of the month."  And as the message indicates, the event occurrences would start on the last day of the month when the 31st does not exist. 

This will set the occurrences at the end of each month regardless of the length of the month.
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
I know that there is few properties which can be stored into database (start time, end time, subject).
My main goal is to store priority and  timemarker data also but it seems there is no way to get them.
I've noticed that if time marker is added into appo
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ScheduleView
Type: Feature Request
7
Implement a way to hide weekends from MonthView
Unplanned
Last Updated: 03 Jan 2017 20:58 by ADMIN
Add ability to display arrows to the scheduleview when there are appointments outside the visible area
http://www.telerik.com/community/forums/wpf/scheduleview/mark-to-see-items-out-of-visible-range.aspx
Unplanned
Last Updated: 03 Jan 2017 20:57 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:50 by ADMIN
Ability to have a reverse flow of dates in TimelineView - start visible days from a later date and end up with an earlier date.
Unplanned
Last Updated: 03 Jan 2017 20:39 by Tsybulnikov
Like the  EnableSmallAppointmentRendering property of the DayViewDefinition/WeekViewDefinition.
Unplanned
Last Updated: 03 Jan 2017 20:38 by ADMIN
In current implementation if the Appointment starts before the DayStartTime its not possible to scroll to it using ScrollIntoView method.