Hi Martin,
Thank you for reporting this. As a workaround, we could cancel the editing when the drag operation is starting:
(this.radPageView1.ViewElement.ItemDragService as RadPageViewDragDropService).PreviewDragStart += RadForm1_PreviewDragStart;
private void RadForm1_PreviewDragStart(object sender, PreviewDragStartEventArgs e)
{
this.radPageView1.ViewElement.CancelEdit();
}
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.