Won't Fix
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Telerik Admin
Created on: 04 Jun 2012 18:29
Category: ScheduleView
Type: Bug Report
1
When the ScheduleView is in column/row with Width/Height=Auto the DragVisualCue of the appointment is invisible

		
1 comment
ADMIN
Kalin
Posted on: 06 Jan 2016 14:52
Hi guys,

The XAML team has recently reviewed this issue and will not be addressing it as at this time the team is focusing on the bugs impacting the highest number of developers. If you have encountered this issue and it is blocking for your work please contact us through the support ticketing system with details on your setup and a reference to this item.

As workaround Width/Heigth can be set to * instead:
<Grid.ColumnDefinitions>
    <ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>

Regards,
Kalin