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

Customizing the RadInsertSymbolDialog

1 Answer 67 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Bob asked on 19 Jul 2011, 05:43 PM
Hi,

My application has a requirement to limit the symbols that can be inserted into the RichTextBox control.  How do I customize the Insert Symbol dialog to achieve that?  In addition, I have similar requirements for the FontPropertiesDialog to limit the font family selection.

Thanks,

Paul

1 Answer, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 22 Jul 2011, 10:03 AM
Hi Bob,

Currently, the dialogs themselves don't offer possibilities for customization, however, you can replace the entire dialogs. You can do this for the insert symbol dialog by implementing the IInsertSymbolWindow and assigning an instance of your class to the InsertSymbolWindow property of the RadRichTextBox. The FontPropertiesDialog can be replaced in a similar way.
You can get a starting point for creating these dialogs by browsing the source code of RadRichTextBox, bundled in the source code package for RadControls since this release.

Best wishes,
Ivailo
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
RichTextBox
Asked by
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Ivailo Karamanolev
Telerik team
Share this question
or