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

Hide toolbar

1 Answer 116 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 30 Apr 2012, 05:40 PM
I've got an issue submitted but as I've been exploring solving it I realized I can't do something seemingly simple. I can't hide the toolbar. Is there a way to do this or can I only do it through manipulating the css styles?

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 02 May 2012, 09:00 AM
Hello Neil,

There is no way to hide the RadImageEditor's toolbar except by using CSS.
This CSS code will hide the toolbar:
<style type="text/css">
    .RadImageEditor .rieToolBar
    {
        display: none;
    }
</style>

Kind regards,
Pero
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ImageEditor
Asked by
Neil
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or