I have a RadTreeView and primarily I detect the Node Value for the next process. However, is it true that without setting the NavigateUrl, the mouse pointer remains an arrow? I want to make it show as a "hand" so that end-users know it can be clicked.
I tried to add the node.NavigateUrl = "#", which going nowhere. It works, except that the IE status bar show the link similiar to http://localhost/Products/#
If the NavigateUrl is required to show the "hand", can I change the status bar?
Besides, for the RadMenu, it seems that no matter a NavigateUrl is set, the mouse point is an arrow, just like the case in this your web top menu.
Thanks
I tried to add the node.NavigateUrl = "#", which going nowhere. It works, except that the IE status bar show the link similiar to http://localhost/Products/#
If the NavigateUrl is required to show the "hand", can I change the status bar?
Besides, for the RadMenu, it seems that no matter a NavigateUrl is set, the mouse point is an arrow, just like the case in this your web top menu.
Thanks