I have a radsplitter with two rad panes in it. In the left pane is a treeview. When a node in the treeview is clicked the contenturl of the right hand pane is changed (server-side) to point to a particular aspx page.
I also have a radajaxmanager on the main page with the treeview control set to update the splitter control.
This all works fine when the radajaxmanager's EnableAJAX property is set to false. When set to true I get a runtime error when clicking on the treenode. The error is: Unknown runtime error.
I've tried changing the ajax managers updated control to just the right hand pane's id and also with the splitter and pane's id but without success.
Help!
I also have a radajaxmanager on the main page with the treeview control set to update the splitter control.
This all works fine when the radajaxmanager's EnableAJAX property is set to false. When set to true I get a runtime error when clicking on the treenode. The error is: Unknown runtime error.
I've tried changing the ajax managers updated control to just the right hand pane's id and also with the splitter and pane's id but without success.
Help!