I'm trying to make a custom appointment following this tutorial. I clone the style using Right Click -> Edit Template -> Edit a Copy. The resulting code has several ambiguous reference error. I read that the solution is to use the fully qualified namespace but I don't know which option is correct.
One of the errors is in the line
One of the errors is in the line
<
Style
TargetType
=
"{x:Type telerik:DragVisual}"
>
but DragVisual is defined in both Telerik.Windows.Controls and Telerik.Windows.DragDrop. Which one should I use?