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

Hide Save some other Edit option in tool bar

2 Answers 67 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
LAN
Top achievements
Rank 1
LAN asked on 23 Feb 2012, 02:30 PM
Hi,

I'd like to use the ImageEditor as image viewer with view options rolation, zoom only. Is it possible to hide the edit options (like crop resize ...) and the Save option in the tool bar.

Your help is much appreciated.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Feb 2012, 06:11 AM
Hello,

Try setting the following.
aspx:
<telerik:RadImageEditor ID="img" runat="server">
  <Tools>
   <telerik:ImageEditorToolGroup>
     <telerik:ImageEditorToolStrip CommandName="Zoom"></telerik:ImageEditorToolStrip>
   </telerik:ImageEditorToolGroup>  
  </Tools>
</telerik:RadImageEditor>

-Shinu.
0
LAN
Top achievements
Rank 1
answered on 25 Feb 2012, 10:24 PM
It works.

Thanks
Tags
ImageEditor
Asked by
LAN
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
LAN
Top achievements
Rank 1
Share this question
or