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

Radtoolbar & editingcommands & applicationcommands

1 Answer 62 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Ali
Top achievements
Rank 1
Ali asked on 22 Nov 2012, 03:56 PM
hi
i implement  Radtoolbar with basic functions but only copy undo and  cut commands are working . the others editingcommans and applicationcommand arn't working  sush as EditingCommands.DecreaseFontSize or increase
could you give me an example to implement it.
thanks by advance

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 27 Nov 2012, 02:11 PM
Hello Ali,

Your issue is caused by the fact that the native TextBox control does not support formatting-related editing commands like these defined in the EditingCommands class. In order to use these commands you can try to replace the TextBox with a RichTextBox. For more information about the supported commands you can read this article. Please take a look at the attached project and let me know if it solves your issue.

Regards,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ToolBar
Asked by
Ali
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or