Hi,
I have one radRichTextBox inside of a stackpanel (because i have the radribontools and radrihtextbox in the same component).
When this component receives focus with the tab key, the page goes white after some other input.
If the component receives focus with the left mouse click, will work perfectly.
I already try to set the width and height of the radRichTextBox and nothing changes.
The version that i have is the Q2 beta.
Thank you!
I have one radRichTextBox inside of a stackpanel (because i have the radribontools and radrihtextbox in the same component).
When this component receives focus with the tab key, the page goes white after some other input.
If the component receives focus with the left mouse click, will work perfectly.
I already try to set the width and height of the radRichTextBox and nothing changes.
The version that i have is the Q2 beta.
Thank you!
4 Answers, 1 is accepted
0
Hi Artur,
You may try the new version of RadRichTextBox from Q2 2010, which is already official and this issue is fixed in this release.
With it, you can also take advantage of our new control - RadRichTextBoxRibbonUI - which will automatically generate full featured editing UI, based on RadRibbonBar when you drop it on the designer surface.
Best wishes,
Bobi
the Telerik team
You may try the new version of RadRichTextBox from Q2 2010, which is already official and this issue is fixed in this release.
With it, you can also take advantage of our new control - RadRichTextBoxRibbonUI - which will automatically generate full featured editing UI, based on RadRibbonBar when you drop it on the designer surface.
Best wishes,
Bobi
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Artur
Top achievements
Rank 1
answered on 16 Jul 2010, 10:54 AM
Hi ,
First of all, thanks for the quick reply!
Can you give some example with th RadRichTextBoxRibbonUI?
Until now the only buttons i have are the bold,underline and italic, and the two combobox, 1 for fontfamily and other for fontsize.
Thank you
First of all, thanks for the quick reply!
Can you give some example with th RadRichTextBoxRibbonUI?
Until now the only buttons i have are the bold,underline and italic, and the two combobox, 1 for fontfamily and other for fontsize.
Thank you
0
Hi Artur,
You can see RadRichTextBoxRibbonUI in action in RadRichtexBox Word sample. The steps you have to perform to replicate the ribbon UI are simple:
Bobby
the Telerik team
You can see RadRichTextBoxRibbonUI in action in RadRichtexBox Word sample. The steps you have to perform to replicate the ribbon UI are simple:
- Drop a RadRichTextBox instance onto the designer (make sure it has Name assigned)
- Drop RichTextBoxRibbonUI to the design surface - full featured Ribbon UI are generated in a few seconds. All buttons and other command items should be automatically bound to the corresponding commands in RichTextBox and basically that's it - your RadRichTextBox should be wired up with the ribbon.
Bobby
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Artur
Top achievements
Rank 1
answered on 16 Jul 2010, 05:48 PM
Great work with this component!!