Hi,
I set width=100%, because I want that my editor resizes every time I do the resize of my browser window, like responsive layout. (I would set a minimum width of 600px)
But it does not work: the editor does not resize and the scrollbars appear.how can I do? thanks
to be more clear: I want to act like when it opens in full screen mode!
<telerik:RadEditor
Width="100%"
Height="750px"
ID="RadEditor1" Skin="Silk"
Runat="server"
ToolsFile="/Admin/DocumentsManagementV3/xml/ToolsFile.xml"
SkinID="DefaultSetOfTools">
</telerik:RadEditor>