HI,
I am using version 2008.2.1001.35 of the AJAX controls and I have an issue with the Treeview.
I initially populate the Treeview from a WCF Service Reference Call on the Selected Item Change of a DropDownList.
I populate the Node Child Items in the NodeExpand event.
This all worked fine until I implemented the NodeClick Event.
The Node Click Event Fires but after that I get an error "An unhandled exception of type 'System.StackOverflowException' occurred in Telerik.Web.UI.DLL". This is not consistant as sometmes I the dll is mscorlib.dll ("An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll").
I have tried using the ClientSide Click event and I get the same error.
I know there used to be bug that caused a Stack Overflow but that is said to be resolved a few versions ago.
Here is the basic layout of the page:
Master Page (containing the Script Manager) -> Content Page.
RadAjaxPanel contains: RadComboBox -> RadTreeView -> RadGrid
RadComboBox selected Item Change ppulates root Treview Items
RadTreeView node Expand Populates the Child Nodes (Custom Attribues are used in the nodes)
RadTreeView node Click populates the Grid
It is a very Simple setup but I can't get around the error.
Extra Info:
XP with VS 2008 SP1 and .NET 3.5 SP1
Please help.
I am using version 2008.2.1001.35 of the AJAX controls and I have an issue with the Treeview.
I initially populate the Treeview from a WCF Service Reference Call on the Selected Item Change of a DropDownList.
I populate the Node Child Items in the NodeExpand event.
This all worked fine until I implemented the NodeClick Event.
The Node Click Event Fires but after that I get an error "An unhandled exception of type 'System.StackOverflowException' occurred in Telerik.Web.UI.DLL". This is not consistant as sometmes I the dll is mscorlib.dll ("An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll").
I have tried using the ClientSide Click event and I get the same error.
I know there used to be bug that caused a Stack Overflow but that is said to be resolved a few versions ago.
Here is the basic layout of the page:
Master Page (containing the Script Manager) -> Content Page.
RadAjaxPanel contains: RadComboBox -> RadTreeView -> RadGrid
RadComboBox selected Item Change ppulates root Treview Items
RadTreeView node Expand Populates the Child Nodes (Custom Attribues are used in the nodes)
RadTreeView node Click populates the Grid
It is a very Simple setup but I can't get around the error.
Extra Info:
XP with VS 2008 SP1 and .NET 3.5 SP1
Please help.