This question is locked. New answers and comments are not allowed.
Hi,
I am using insert symbol using ShowInsertSymbolWindowCommand
telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ShowInsertSymbolWindowCommand}"
This will pop up a window with lot of symbols and alphabets. when i type some text and close it, the typed text is saved in radrichtextbox. But i don't know which text i typed.
Suppose when i type "hello" and close the window it shows "hello" but can we know it before closing it? I mean just to display "hello" in that window itself to show user that he typed "hello" before closing the window. currently user type anything in that window and later he close it to identify what he typed.....can we show it in the window what user typed so far???
Can anyone help me in this?
I am using insert symbol using ShowInsertSymbolWindowCommand
telerik:RadRichTextBoxRibbonUI.RichTextCommand="{Binding Path=ShowInsertSymbolWindowCommand}"
This will pop up a window with lot of symbols and alphabets. when i type some text and close it, the typed text is saved in radrichtextbox. But i don't know which text i typed.
Suppose when i type "hello" and close the window it shows "hello" but can we know it before closing it? I mean just to display "hello" in that window itself to show user that he typed "hello" before closing the window. currently user type anything in that window and later he close it to identify what he typed.....can we show it in the window what user typed so far???
Can anyone help me in this?