I have a RadEditor on my ASP page. The code is below. I am trying to use a configfile but it ignores the setting. There is no ConfigFile property in visual studio as there is with the ToolsFile. Is it still applicable?
Why is there a blank area at the bottom of the RadEditor? I set my editor to have a height of 300px. The area it takes up is 300px, however; the content area is shrunk and there is about 90px of wasted space beneath the content area. If I click on the tab to show the HTML code, the content area increases to fill the remaining 90px of space. If I click back on edit mode, then the content area shrinks again.
Why is there a blank area at the bottom of the RadEditor? I set my editor to have a height of 300px. The area it takes up is 300px, however; the content area is shrunk and there is about 90px of wasted space beneath the content area. If I click on the tab to show the HTML code, the content area increases to fill the remaining 90px of space. If I click back on edit mode, then the content area shrinks again.
| <telerik:RadEditor ID="emailBodyHTML" runat="server" |
| ConfigFile="~/ConfigFile.xml" Width="840px" Height="300px"> |
| <Content></Content> |
| </telerik:RadEditor> |
