This question is locked. New answers and comments are not allowed.
I have a RadGridView with 2 GridViewDataColumns next to each other that both have SpellChecker on them. When I miss spell a word in one and click in the other I get the spellchecker box. But when I select te vorrect work and click "Change" the word is not updated in the box and I get a new selection of words to choose from. If I put the correct spelled word in the "Change To" field the spell checker gives tha message that the spell check is complete.
<telerik:GridViewDataColumn Header="Name" DataMemberBinding="{Binding Name, Mode=TwoWay}" telerik:RadGridViewSpellCheckHelper.IsSpellCheckingEnabled="True" /> <telerik:GridViewDataColumn Header="Text" DataMemberBinding="{Binding Value, Mode=TwoWay}" TextWrapping="Wrap" Width="400" telerik:RadGridViewSpellCheckHelper.IsSpellCheckingEnabled="True" />