Hi,
Can you also help me with
1) How to disable the toolbar's completely? With the below code, an empty toolbar is showing up in the UI.
<Tools>
<telerik:EditorToolGroup>
</telerik:EditorToolGroup>
</Tools>
2) I want the radeditor to be the size of a default textbox (width and height).But by setting height (10px) , it is messing up my UI, the radeditor extends into the below row's in my table. What setting can i make such that my radeditor looks like a textbox.