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
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.