I've just updated to the AJAX Control Toolkit 3.5, changed the ScriptManager to the ToolkitScriptManager in my master page and now the following javascript error occurs when an Edit button is clicked:
"Object doesn't support this property or method"
The line of code cuasing the error is:
this._destroyTree(updatePanelElement);
Any initial ideas before I post masses of code?