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

Scrolling on disabled control

3 Answers 48 Views
Editor
This is a migrated thread and some comments may be shown as answers.
michelle
Top achievements
Rank 1
michelle asked on 04 Nov 2008, 04:53 PM
Is it possible to allowing scrolling on a disabled Rad Editor control?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Nov 2008, 05:13 PM
Hi Michelle,

Please, see the following help article on the subject: Scrollable Non Editable Mode.


Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
michelle
Top achievements
Rank 1
answered on 04 Nov 2008, 06:07 PM
Thanks, this worked great.

One additional question, is it possible to hide the toolbar on an enabled/editable Rad Editor?

Thanks!
Michelle
0
Rumen
Telerik team
answered on 05 Nov 2008, 03:44 PM
Hi Michelle,

You can hide the toolbar with the following style:

    <style>
     .Default.rade_toolbarWrapper{ display: none; }
    </style>

If you are not using the Default skin change the string Default with the used skin name.

All the best,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
michelle
Top achievements
Rank 1
Answers by
Rumen
Telerik team
michelle
Top achievements
Rank 1
Share this question
or