How can I hide the context menu if I right click the blank place in the tree view?
Thanks
1 Answer, 1 is accepted
0
Simon
Telerik team
answered on 13 Jun 2008, 01:21 PM
Hi Albert Ho,
Please try the following approach (put the script below in the page where the TreeView is located; RadTreeView1 is the ID of the TreeView on the page):
function pageLoad()
{
var treeDiv = $get("<%= RadTreeView1.ClientID %>");