I'm encountering problems using the RadEditor in .NET 2.0 websites. I'm running into the problem in the following 2 areas:
1) Using the RadEditor inside a user control (created in .NET 2.0) that is being used by sitefinity community edition 3.5.
2) Using RadEditor inside an aspx page inside a .NET 2.0 test website that was created from scratch solely to test the RadEditor
In the first scenario, the rad editor renders, loads the toolbar, etc. Everything looks good except that you cannot type inside the content area, switch between the Design, HTML, and Preview (the buttons don't do anything), or use any of the toolbar buttons. Clicking on the toolbar buttons just sends me to the top of the page and does nothing. Additionally, text that is hand typed into the Content property does not show up when viewed through the Sitefinity site. By looking at the source code, it appears that the <Content> tag is not being output at all. As one last piece of info, there is a little blue dot in the top left of every button loaded on the toolbar.
In the second scenario, I cannot get anything more than an outline of the RadEditor to be displayed. Typing does not work and there are no buttons at all that are visible. I have already installed AJAX 1.0, and am sure that I am using the .20 version of the RadEditor from the \Bin directory (not \Bin35). I have tried this using both the AJAX 1.0 Script Manager and the RadScriptManager. I'm sure that this is just a setup problem, in either the properties, the web.config file, or something similar, but am not sure what at this point.
FWIW, the RadEditor works properly in the sample applications and any 3.5 test sites that I build.
Unfortunately, I am a Telerik, and even AJAX noob, and am under a tight deadline so I could really use some help.
1) Using the RadEditor inside a user control (created in .NET 2.0) that is being used by sitefinity community edition 3.5.
2) Using RadEditor inside an aspx page inside a .NET 2.0 test website that was created from scratch solely to test the RadEditor
In the first scenario, the rad editor renders, loads the toolbar, etc. Everything looks good except that you cannot type inside the content area, switch between the Design, HTML, and Preview (the buttons don't do anything), or use any of the toolbar buttons. Clicking on the toolbar buttons just sends me to the top of the page and does nothing. Additionally, text that is hand typed into the Content property does not show up when viewed through the Sitefinity site. By looking at the source code, it appears that the <Content> tag is not being output at all. As one last piece of info, there is a little blue dot in the top left of every button loaded on the toolbar.
In the second scenario, I cannot get anything more than an outline of the RadEditor to be displayed. Typing does not work and there are no buttons at all that are visible. I have already installed AJAX 1.0, and am sure that I am using the .20 version of the RadEditor from the \Bin directory (not \Bin35). I have tried this using both the AJAX 1.0 Script Manager and the RadScriptManager. I'm sure that this is just a setup problem, in either the properties, the web.config file, or something similar, but am not sure what at this point.
FWIW, the RadEditor works properly in the sample applications and any 3.5 test sites that I build.
Unfortunately, I am a Telerik, and even AJAX noob, and am under a tight deadline so I could really use some help.