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

[Solved] Drag&Drog ToolTips Text

5 Answers 179 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Moon Yau
Top achievements
Rank 1
Moon Yau asked on 25 Jun 2009, 04:36 AM
Hi, when we drag & drop between item in treeview there are tooltips text like
"Drop before xxxxx" or "Drop after xxxxx"
And I found the name is depend on the header of the RadTreeViewItem,
but in my project, the header I used in the RadTreeViewItem is Grid Control
Hence, it will become "Drop before System.Windows.Grid".
My question is,
Can I change the text of this "Drop before System.Windows.Grid" during drag n drop?
If cannot, anyway to hide this tooltips?

Thanks.

5 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 25 Jun 2009, 05:24 AM
Hi Moon Yau,

To hide the tooltip use the IsDragTooltipEnabled property. We are working towards enabling the customization of the text displayed in the tooltip.

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Moon Yau
Top achievements
Rank 1
answered on 29 Jun 2009, 08:25 AM
Hi, thanks for the reply.
I have set the IsDragTooltipEnabled to false, however when I drag the item, it still will show item I am dragging like (System.Windows.Grid)
Is there any way to turn off or change this text also?

Thanks
0
Valentin.Stoychev
Telerik team
answered on 29 Jun 2009, 10:43 AM
Hello Moon Yau,

Yes - you can. Here is the list of properties related to the visibility of the dragged elements:

RadTreeView1.IsDragPreviewEnabled =

false;
RadTreeView1.IsDragTooltipEnabled = false;
RadTreeView1.IsDropPreviewLineEnabled =
false;

 


Let us know if you need more help on that.

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Moon Yau
Top achievements
Rank 1
answered on 10 Jul 2009, 02:43 AM
Hi, I notice there is the update in Q2 2009 Release.
Would like to know is the text customization of tooltip has been implemented in this latest release?

Thanks.
0
Valentin.Stoychev
Telerik team
answered on 10 Jul 2009, 10:39 AM
Hi Moon Yau,

Unfortunately it didn't manage for the Q2 release, but it is included in the SP1 release which will be available in two weeks. If you need the bits earlier - please let us know and we will send you an internal build.

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
Moon Yau
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Moon Yau
Top achievements
Rank 1
Share this question
or