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

Table Properties Window

3 Answers 60 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Shaikh Ahmad
Top achievements
Rank 1
Shaikh Ahmad asked on 25 Jan 2011, 08:18 AM
I'm currently using RadRichTextBox for my application.
Since my application is using custom Silverlight style (JetPack), I'm having problems with the table properties, table column and table cell window.
The Silverlight style is overriding the table properties window. How can i overide the style for this window?
I've attached pictures for you to see.

3 Answers, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 28 Jan 2011, 08:52 AM
Hello Shaikh Ahmad,
Actually TableBordersDialog is UserControl, and the problem you are experiencing are caused by the fact that some of the controls in it don't have styles in JetPack theme, for example RadTabContol. For styling RadTabControl, please refer to our corresponding article. Please keep in mind that eventually you will have to restyle quite a lot of Telerik controls - all that are included in RadRichTextBox additional UI components - in order to produce consistent look throughout your application.

Regards,
Boby
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Shaikh Ahmad
Top achievements
Rank 1
answered on 09 Feb 2011, 03:01 AM
Boby,

I'm just trying to change the font color for all these pages only. Is there anyway simpler than your method?

Regards,
Shaikh
0
Boby
Telerik team
answered on 10 Feb 2011, 07:43 PM
Hello Shaikh Ahmad,
Font colors come from the JetPack theme - for example, the foreground color for tab pages came from the TextBlock style in CoreStyles.xaml, which in turns takes its value from NormalFontBrush brush from Brushes.xaml. If you edit these values, you can eventually achieve what you want. For example, this edit in Brushes.xaml from the JetPack theme will make fore color for most of the default controls black:
<SolidColorBrush x:Key="NormalFontBrush" Color="#000000" />

All the best,
Boby
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
RichTextBox
Asked by
Shaikh Ahmad
Top achievements
Rank 1
Answers by
Boby
Telerik team
Shaikh Ahmad
Top achievements
Rank 1
Share this question
or