Hi,
I'm using RadControls for ASP.NET AJAX Q2 2010 in my 3.5 web app.
My goal is to implement drag & drop from the RadListView to the RadEditor, and so I've copied from the ListView Demo. My code seems to work find, I can click on the DragHandle and drag the item around the page, but as soon as I hover over the RadEditor the dragging becomes erratic, and releasing the button has no effect.
If I drag and drop to any other element on the page the sample code works fine. Here's my aspx page:
Has anyone successfully done this?
I'm using RadControls for ASP.NET AJAX Q2 2010 in my 3.5 web app.
My goal is to implement drag & drop from the RadListView to the RadEditor, and so I've copied from the ListView Demo. My code seems to work find, I can click on the DragHandle and drag the item around the page, but as soon as I hover over the RadEditor the dragging becomes erratic, and releasing the button has no effect.
If I drag and drop to any other element on the page the sample code works fine. Here's my aspx page: