This question is locked. New answers and comments are not allowed.
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.
"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
0
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.
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
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
Hello Moon Yau,
Yes - you can. Here is the list of properties related to the visibility of the dragged elements:
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.
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.
Would like to know is the text customization of tooltip has been implemented in this latest release?
Thanks.
0
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.
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.
