how to disable the TreeNode checkbox's tooltip of treeview control
ASP.NET
1
Posts
1
Posters
1
Views
1
Watching
-
Hi all I want to disable the TreeNode tooltip of the treeview control. I have a user control which I load into asp.net wizard. I create the nodes dynamically. I tried with windows.attachEvent() but I found that the specified treeview object is not available onLoad. Is there any way I can set the disable the treenode checkbox's tooltip at server side? Or is it possible to set the mouseover event for the checkbox of tree node? Please guide me. any other suggestions are also welcome.