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

Find and Replace Issue

1 Answer 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jonathan Ruckert
Top achievements
Rank 1
Jonathan Ruckert asked on 14 Jan 2009, 11:49 PM
Hi All,

 I've got everything working in the RadGrid the way I need apart from one minor issue.

I have to enable the Find function only (<tool name="FindAndReplace"/>) as I don't want people replacing text, however cannot find any toolbar / javascript override that only has Find.

Any ideas?

Cheers,
Jonathan

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 19 Jan 2009, 07:31 AM
Hi Jonathan,

Please, see the following live example: ExternalDialogsPath property, which provides guidance how to modify the editor's dialogs. In your scenario you should edit the \EditorDialogs\FindAndReplace.ascx file and set Enabled="false" in the following control:

<telerik:RadTab Text="Replace" Enabled="false" Value="replacePanel"></telerik:RadTab>

Best regards,
Rumen
the Telerik team

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