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

Add to dictionary

3 Answers 99 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Nicole Assaf Younes
Top achievements
Rank 2
Nicole Assaf Younes asked on 12 Aug 2008, 10:25 AM
Hi all, 
I have a web application where i am using rad spell. This application has several users where each user can write some text and add to dictionary if a certain word is not correct.
My issue is if user A writes "asdf" and pressed add to dictionary, then if user B writes afterwards "asdf" it will not show him an error since user A has added it to the dictionary. Is there a way that each user can have his/her own dictionary. I dont want user B to get an ok on a word that user A has added to the dictionary.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Aug 2008, 11:57 AM
Hi Nadine,

Please, review the following live example on the subject: Different Custom Dictionaries.


Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Nicole Assaf Younes
Top achievements
Rank 2
answered on 13 Aug 2008, 05:46 AM
Hi Rumen,
Thank you for your help. I will be trying your way. However i still have one issue and that is that i want to put each users dictionary on client side and not on server side becasue we expext tens of thousands of users and it is not logical to put them all on the server. So is it possible to load each users dictionary on his/her machine?
Thanks
0
Rumen
Telerik team
answered on 13 Aug 2008, 06:46 AM
Hi Nadine,

RadSpell is a server ASP.NET AJAX control and its dictionaries are stored on the server. When the user spellchecks some content the spellchecker makes AJAX calls to the server and obtains the suggestions list from it. The spellchecker does not offer the requested feature to upload its dictionary on the clients computers, because it is not an ActiveX control and the JavaScript language does not offer the ability to manipulate the file system on the clients computer due to browser security restrictions.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Spell
Asked by
Nicole Assaf Younes
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Nicole Assaf Younes
Top achievements
Rank 2
Share this question
or