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

Dragging the edge of appointment to change the time doesn't work after overriding Category property

1 Answer 21 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 06 Dec 2011, 05:29 AM
Hi,

In my viewmodel I am trying to dynamically assign different Categories to my appointment objects, something like the following,
public override ICategory Category
{
get
{
return new Category { CategoryBrush = new SolidColorBrush(Color.FromArgb(0xFF, 0xDD, 0xFF, 0xFE)), CategoryName = "Birthday" };
}
}

What I have found is, when I try to drag the edge of the appointment block to change its start/end time, it is still draggable but when I release my mouse it goes back to the previous position.

Any idea why this is happening?

Thanks,
Justin

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 12 Dec 2011, 10:59 AM
Hello Justin,

Could you please send us more details and/or some sample code which will help us reproduce the described issue? Thanks

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Justin
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or