I moved from the old radTreeView (pre Asp.Net AJAX) to the most recent releases (Nov 2008) version of the TreeView. I have followed your examples how how to migrate, and most everything went smoothly. However, I can not get my server side events to fire. For example I have an OnContextMenuItemClick hooked into a server side event RadTreeView_NodeContextClick(ByVal o as Object, e as Telerik.Web.UI.RadTreeViewContextMenuEventArgs.
I have checked the names in my .aspx page with the ones in the code behind and made sure the signature for the code behind event is correct. The page builds without errors. I do not get any javascript errors either.
Do you have any thoughts as to what I may be missing? Thank you.
I have checked the names in my .aspx page with the ones in the code behind and made sure the signature for the code behind event is correct. The page builds without errors. I do not get any javascript errors either.
Do you have any thoughts as to what I may be missing? Thank you.