I am trying to create a radEditor without any content so that the user can enter a new record and save that to the database. I want to use a xml file for the toolbar so that it will be easy to change in the future. However, when I set the RadEditor to use ToolsFile without any content in the control, it pushes the content area to the bottom of the control and makes it a small box that is almost impossible to click on and is not usefull at all to the user. If I create the tool bar in code without in content the content area spans the entire control which is what I was hoping for with using the toolsfile as well.
This is what my control looks like - there is really nothing too it.
This is what my control looks like - there is really nothing too it.
<telerik:radeditor runat="server" ID="RadEditor1" ToolsFile="~/RadControls/Editor/Tools.xml" Width="200px" Height="200px" ToolbarMode="showOnFocus">
<Content>
</Content>
</telerik:radeditor>
