RadControls version |
RadTreeView v6.1, RadMenu v4.21
or
Telerik.Web.UI v2007.3 1425
|
NET version |
2.0
|
Visual Studio version |
2005
|
programming language |
C#
|
browser support |
all browsers supported by RadTreeView and RadMenu
|
PROJECT DESCRIPTION
This project shows how to create your own style for the tooltip of the
treeview nodes using a context menu. The menu has one item which text
is set with the custom attribute value of the node. The menu is shown
on
OnClientMouseOver and hidden on
OnClientMouseOut. The positining fo the context menu can be controlled with the
X and
Y parameters of the
showAt() method.
This project shows how to create your own style for the tooltip of the treeview nodes using a context menu. The menu has one item which text is set with the custom attribute value of the node. The menu is shown on
AfterClientHighlight and hidden on
AfterClientMouseOut. The positining fo the context menu can be controlled with the
X and
Y parameters of the
ShowAt() method.