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

Automatic Spell Checker in RadGridView

1 Answer 79 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Laura
Top achievements
Rank 1
Laura asked on 23 Oct 2014, 08:06 PM

I’m having trouble getting the automatic spell checker to work inside a radgridview column.

Here is a simplified version of my grid:

<telerik:RadGridView Grid.Row="1" ItemsSource="{Binding Path=Calls, Mode=TwoWay}" AutoGenerateColumns="False"
 GroupRenderMode="Flat"  
        SelectedItem="{Binding Path=SelectedCall, Mode=TwoWay}" CanUserInsertRows="True" CanUserDeleteRows="True"
        IsFilteringAllowed="False"
        RowIndicatorVisibility="Collapsed"
        ShowGroupPanel="False"
        ValidatesOnDataErrors="InViewMode"
        AlternationCount="2" Name="CallsGrid"
        telerik:RadGridViewSpellCheckHelper.IsSpellCheckingEnabled="True">
<telerik:RadGridView.Columns>
 <telerik:GridViewDataColumn Header="Notes" telerik:RadGridViewSpellCheckHelper.IsSpellCheckingEnabled="True"
  DataMemberBinding="{Binding CallNotes, Mode=TwoWay}" MinWidth="100" Width="*" >
        </telerik:GridViewDataColumn>
</telerik:RadGridView.Columns>
</telerik:RadGridView>

The spell checker comes up after I move out of the notes field and works as expected, however after the spell checker is done and has the correct notes string, it does NOT update the field with the corrected string.

I have noticed the same behavior in the online demos for WPF spellchecker (Spell Checking RadGridView) the manual triggering of spell checking column works however the automatic spell checking column does not update the field with the correct values.

What am I doing wrong?

1 Answer, 1 is accepted

Sort by
0
Aylin
Telerik team
answered on 28 Oct 2014, 02:01 PM
Hello Laura,

While Automatic Spell Checking with RadGridView works fine for Silverlight, this is a known issue for WPF. Unfortunately we cannot commit a fix for any date or release for now. As a workaround you could use the Manual Spell Checking.

Sorry for the inconvenience caused. Do not hesitate to contact us if any other issues arise.

Regards,
Aylin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
SpellChecker
Asked by
Laura
Top achievements
Rank 1
Answers by
Aylin
Telerik team
Share this question
or