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

[Solved] making node tooltip still visible on disable node

1 Answer 130 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Robert O'Dell
Top achievements
Rank 1
Robert O'Dell asked on 16 Apr 2008, 10:39 PM
I have a treeview with nodes that are enabled and disabled based on selections elsewhere on the page.  The tooltip contains a definition for the node and it would be great if the tooltip were still available if the node were disabled.  Is that possible?

Going a step further, are context menus.  I can see how they probably should not be available, but again in this instance it provides a very full description of the node that will help explain why the node is disabled.  Any way for that to happen?

The node has a checkbox, but is also clickable (I check it for them if they click the node)

Thanks,
Bob O'Dell

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 21 Apr 2008, 08:05 AM
Hi Robert O'Dell,

Welcome to Telerik Community!

The tooltip is shown even for disabled nodes. I have created a test page (attached to this thread) where you can see that the tooltip is visible on the disabled node.

About the context menu over a disabled node - I suggest using the RadContextMenu instead of the built-in context menu in the tree. You just need to set the ContextMenuControlTarget="TreeViewID" and the context menu will be shown even on disabled nodes. This is demonstrated again in the attached page.

Note: I am using the latest Q1 build - 2008.1.425

I hope this helps.

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Robert O'Dell
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or