This is a migrated thread and some comments may be shown as answers.

Empty toolbar below editor in grid popup

1 Answer 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 25 Nov 2009, 06:50 PM
Hi

There is an empty space that looks like it is intended for a toolbar, below the box where the
content is edited.   All the needed toolbars are at the top, so I would like to regain this
vertical space - about 110 px .

How can I do this?

Thanks

Clive

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Nov 2009, 01:33 PM
Hi Clive,

I believe that you are talking about the space occupied by RadEditor built-in modules. You can hide them with the Modules inline tag:

<telerik:radeditor runat="server" ID="RadEditor1">
    <Modules>
        <telerik:EditorModule Visible="false" />
    </Modules>
</telerik:radeditor>

If you are using a toolsfile.xml file then you should open it and delete the Modules tags in it.


All the best,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or