Posted 24 Sep 2012 Link to this post
Dear <<
CustomerName
>>
Your invoice number <<
InvoiceNo
>> is due on the following date <<
InvoiceDate
Etc
Posted 27 Sep 2012 Link to this post
RadSpellChecker spellChecker =
new
RadSpellChecker();
IControlSpellChecker controlSpellChecker = spellChecker.GetControlSpellChecker(
typeof
(RadRichTextBox));
controlSpellChecker.SpellChecker.AddWord(
"Your word"
);