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