In RadTreeView "Classic" we are using the BeforeClientHighlight event to cancel a node highlight if we are currently in the process of an Ajax update. We allow drag and drop to a table that is within an Ajax panel, and if the user has dragged-and-dropped and that panel is still refreshing we don't want the user to drag something else. Not only that, we don't want the user to be able to highlight a node AS IF they could drag it.
The "Migrating from RADTreeView for ASP.NET to ASP.NET AJAX" page says that BeforeClientHighlight has been replaced with OnClientNodeHighlighting; however I don't see that event in Intellisense and it is not listed in the Client-Side Programming section of the help doc.
Does it exist? And if not, is there an alternative?
Thank you,
Terry
The "Migrating from RADTreeView for ASP.NET to ASP.NET AJAX" page says that BeforeClientHighlight has been replaced with OnClientNodeHighlighting; however I don't see that event in Intellisense and it is not listed in the Client-Side Programming section of the help doc.
Does it exist? And if not, is there an alternative?
Thank you,
Terry
