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

Assembly for RadSpellChecker

8 Answers 139 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Todd Millett
Top achievements
Rank 1
Todd Millett asked on 11 Apr 2011, 07:58 AM
A very basic question, but i downloaded the latest radcontrols for silverlight (march 16 2011), but was not able to find the radSpellChecker control. I included the following dlls : 
Telerik.Windows.Controls.dll
Telerik.Windows.Controls.docking.dll
Telerik.Windows.Controls.gridview.dll
Telerik.Windows.Controls.input.dll
Telerik.Windows.Controls.Navigation.dll
Telerik.Windows.Data.dll

Also has the help been published for this control?

8 Answers, 1 is accepted

Sort by
0
Todd Millett
Top achievements
Rank 1
answered on 11 Apr 2011, 11:54 AM
That was solved.
0
Andrew
Telerik team
answered on 11 Apr 2011, 01:30 PM
Hi Todd Millett,

We are glad you resolved the problem. Nevertheless in case you are curious about our answer, RadSpellChecker resides in the Teleric.Windows.Controls namespace, but the assembly which you have to include is Telerik.Windows.Documents.Proofing.
We are working on the documentation(including help) and it should be out any day now.

If any other question arise, please do not hesitate to contact us.

Greetings,
Andrew
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
Todd Millett
Top achievements
Rank 1
answered on 12 Apr 2011, 05:10 AM
I am actually looking forward to this controls' capabilities, so would be great if you could let me know when the help documentation is available.
0
Andrew
Telerik team
answered on 12 Apr 2011, 10:34 AM
Hello Todd Millett,

 We hope we can make the help available in a week or so. I will post a message in this thread when that happens.

Thank you for your patience and please contact us if you have other questions.

Greetings,
Andrew
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
manjerekar
Top achievements
Rank 1
answered on 10 Aug 2011, 06:41 PM
hi team,

i've downloaded the RadControls for silverlight 2011. i can see the new control RadSpellChecker control added to this version.

i want to create my own custom control by inheriting RadSpellChecker control. 

public Class MySpellChecker : RadSpellChecker
{

}

But i dont see RadSpellChecker control in the Toolbox and the above code gives a compile time error.

request you to share a sample code for the above example and help me to implement my spellchecker control in the right approach.

Thank you
0
Iva Toteva
Telerik team
answered on 11 Aug 2011, 05:20 PM
Hi Manjerekar,

RadSpellChecker can be used to spell-check TextBox, RichTextBox, RadRichTextBox, DataGrid or RadGridView out of the box. You can preview how it works in our online demos.
In order to use RadSpellChecker in your project on a text box, you need to add a reference to the Telerik.Windows.Documents.Proofing assembly. If you will be using it on a RadGridView or a DataGrid, you need to reference Telerik.Windows.Documents.Proofing.RadGridView or Telerik.Windows.Documents.Proofing.DataGrid respectively.

You can find more information on implementing a custom spell-checker here.
If you need further assistance, please share some more details on the scenario you have in mind and the type of controls you will be spell-checking.

Greetings,
Iva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Jamie Manstream
Top achievements
Rank 1
answered on 05 Sep 2012, 09:58 PM
I, too, am having the same problem, where the RadSpellChecker control does not appear in my Toolbox. I have added references to Telerik.Windows.Documents.Proofing and Telerik.Windows.Documents.Proofing.Dictionaries.En-US. I have also tried manually adding the control to the Toolbox, via the "Choose Items" context menu. RapSpellChecker does not appear in the list of available Silverlight controls.

The documentation also states... "After adding reference to the aforementioned dlls, you can use the static class RadSpellChecker and its Check(Control controlToSpellCheck, SpellCheckingMode mode) method." I see no such static class under the Telerik.Windows.Documents.Proofing namespace.

Am I missing something?

I am using RadControls for Silverlight Q2 2012 SP1.

Thanks
0
Jamie Manstream
Top achievements
Rank 1
answered on 05 Sep 2012, 10:25 PM
Oops... nevermind. I found the static class under Telerik.Windows.Controls, not Telerik.Windows.Documents.Proofing. My bad.
Tags
SpellChecker
Asked by
Todd Millett
Top achievements
Rank 1
Answers by
Todd Millett
Top achievements
Rank 1
Andrew
Telerik team
manjerekar
Top achievements
Rank 1
Iva Toteva
Telerik team
Jamie Manstream
Top achievements
Rank 1
Share this question
or