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

How to change Drag/Drop possible(impossible) icon?

7 Answers 128 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
B/S.SOFTWARE
Top achievements
Rank 1
B/S.SOFTWARE asked on 20 Mar 2010, 09:46 AM
Hi.

I want change Drag possible(impossible)/Drop possible(impossible) icons.
I do not care either XAML or CodeBehind, or any way.

please help
regards.

yuh

7 Answers, 1 is accepted

Sort by
0
Accepted
Dimitrina
Telerik team
answered on 24 Mar 2010, 12:41 PM
Hello B/S.SOFTWARE,

You can apply  a custom theme to any of  the controls. For more information you can follow the link below:
http://www.telerik.com/help/silverlight/radcontrols-for-silverlight-expression-blend-support.html 

Please find attached an example with a custom style of the TreeViewDragCue control.

If you have further questions please do not hesitate to ask us.
I hope this will help you.

Best wishes,
Dimitrina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
B/S.SOFTWARE
Top achievements
Rank 1
answered on 25 Mar 2010, 04:49 AM
Hi Dimitrina,

Your sample is very helpful.
Also, I could learn more about how custom.

With many thanks.

Yuh
0
Vit100
Top achievements
Rank 1
answered on 26 May 2011, 04:45 PM
How to deal in this situation if I use my own custom controls as Source/Target and smaller version of Source (via transformation) as DragCue?
0
Milan
Telerik team
answered on 27 May 2011, 08:06 AM
Hello Vit100,

RadDragAndDropManager is very versatile component which can be used in conjunction with almost any control. Feel free to check out the wealth of resources available here.


Greetings,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kiran
Top achievements
Rank 1
answered on 27 Jun 2011, 02:35 PM
Hi Dimitrina,
 
I am using dragdropmanager. Wherein I m dragging item from treeview and droping into Listbox.
But, while dragging we can move the item anywhere in the page. However, it drops only in targetted Listbox as a expected behavior.
so, no issue in that.

Only, I want  to make sure that when user drags item and drops anywhere else on page I should able to prompt user.
How do I restrict user from dropping item anywhere else on the page?
0
Milan
Telerik team
answered on 28 Jun 2011, 08:42 AM
Hello Kiran,

Prompting the user is illustrated here. In addition to that you can forbid dropping on certain elements by setting AllowDrop property to false. Please, take a look at the documentation which covers wide array of scenarios. 

Regards,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Kiran
Top achievements
Rank 1
answered on 28 Jun 2011, 12:43 PM
Hello Dimitrina,

Thanks for your reply.
It's worked for me.
But, suppose I want to change my cursor when I am dragging the item anywhere else on page rather than targeted ListBox.

Is it possible to do this?
Tags
DragAndDrop
Asked by
B/S.SOFTWARE
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
B/S.SOFTWARE
Top achievements
Rank 1
Vit100
Top achievements
Rank 1
Milan
Telerik team
Kiran
Top achievements
Rank 1
Share this question
or