Hello,
I've got an imageeditor with a mix of standard and custom toolbar buttons, and I want to disable them (or hide them) after the user saves the image. Any tips? Here's my code for the ToolGroup:
Thanks,
Adrian
                                I've got an imageeditor with a mix of standard and custom toolbar buttons, and I want to disable them (or hide them) after the user saves the image. Any tips? Here's my code for the ToolGroup:
<telerik:RadImageEditor ID="annotationImageEditor" runat="server"                    OnImageLoading="annotationImageEditor_ImageLoading"                                    OnDialogLoading="annotationImageEditor_DialogLoading"                    Width="500px" Height="500px">        <Tools>            <telerik:ImageEditorToolGroup>                <telerik:ImageEditorTool CommandName="Reset" ToolTip="Clear" />                <telerik:ImageEditorToolSeparator />                <telerik:ImageEditorTool CommandName="AddText" ToolTip="Add text"/>                                         <telerik:ImageEditorTool CommandName="StampArrowDialog" ImageUrl="~/img/rightArrowIcon.png"/>                <telerik:ImageEditorTool CommandName="StampStatusDialog" mageUrl="~/img/stampicon.png" />                <telerik:ImageEditorTool CommandName="StampPatient" ImageUrl="~/img/patient.png" />            </telerik:ImageEditorToolGroup>        </Tools></telerik:RadImageEditor>Thanks,
Adrian
