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

RadSpell UI problem

6 Answers 78 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Rini Boo
Top achievements
Rank 1
Rini Boo asked on 26 Nov 2009, 06:48 PM
We are using Telerik 2009_2_826  and we found that there is some UI problems with RadSpell on IE 7 (See attached JPG), the text of "Add Custom" is not aligned properly.

Is it possible to change the wording dynamically from the code?  

I read this article, I think it is possible to hide the "Add Custom" button by using spell.AllowAddCustom = false;
http://www.telerik.com/help/aspnet/editor/customizingradspell.html

But is there a way to change the wording say, a shorter word from "Add Custom" to  "Custom", or even change the style sheet of these buttons?

Thanks for help,

6 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 27 Nov 2009, 03:43 PM
Hi Rini Boo,

This is a known CSS bug, and it is fixed in the later versions of RadControls, so I recommend you to upgrade to Q3.2009 instead of sending you CSS fixes. However, if you prefer the CSS fix, please, let me know and I will send it to you.

Have a great weekend,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Rini Boo
Top achievements
Rank 1
answered on 30 Nov 2009, 04:28 PM
Thanks Martin,

We have downloaded the "RadControls_for_ASP.NET_AJAX_2009_3_1103_dev.msi"  from our account, we will definitely give it a try on our dev. environment later this month, but this kind of upgrade will take time to pass Dev/QA/UAT (as you can imagine).....  We still want to fix the production ASAP,  would you mind sending us the CSS fix? and please give me instructions how to apply the fix. Thanks.

Another question to you is:  is it possible to change the text on the button?  and how?


R.B.
0
Martin
Telerik team
answered on 01 Dec 2009, 07:34 AM
Hello Rini Boo,

You can modify the text of the buttons in the dialog of RadSpell by editing the localization files of the control. Please, refer to the following help article that describes in detail how can this be done:

http://www.telerik.com/help/aspnet-ajax/spell_configuration.html

To change the text of the button that invokes the dialog of RadSpell, you may use the ButtonText property of the server tag of the control.

Regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Rini Boo
Top achievements
Rank 1
answered on 01 Dec 2009, 03:25 PM
Thanks Martin,

Can you post the CSS fix too? Please include instructions how to apply, that would be really appreciated and we can close this thread.  Thanks.

R.B.
0
Martin
Telerik team
answered on 02 Dec 2009, 07:00 AM
Hello Rini Boo,

Please, accept my apologies, I forgot to send you the fix. Here it comes:

1. Create a new CSS file (for example Fix.css) in yor project, and paste the following CSS in it:

.rfdDecorated
{
    padding-left: 4px !important;
}

2. Set DialogsCssFile="Fix.css" to the server declaration of RadSpell, and make sure you specify the corect file path. This will load the fix file in the window of RadSpell.

3. Reload the page

Kind regards,
Martin Ivanov
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Rini Boo
Top achievements
Rank 1
answered on 02 Dec 2009, 04:07 PM
Martin,

Thank you so much,  the CSS patch works very well. 

R.B.
Tags
Spell
Asked by
Rini Boo
Top achievements
Rank 1
Answers by
Martin
Telerik team
Rini Boo
Top achievements
Rank 1
Share this question
or