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

Telerik RadSpell on a RadComboBox doesn’t work?

3 Answers 68 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Brent
Top achievements
Rank 1
Brent asked on 04 Mar 2010, 02:09 AM
Hi all,

I have a RadComboBox with the AllowCustomText property set to true, and I need to provide users with the facility to spell check their entry. I've done this by simply adding a RadSpell control as follows:

<telerik:RadComboBox 
    ID="rcbsScopeOfWorkGroupDescription" 
    runat="server" 
    AppendDataBoundItems="true" 
    AllowCustomText="true" 
    DataSourceID="odsScopeOfWorkGroupDescription" 
    DataTextField="sScopeOfWorkGroupDescription" 
    DataValueField="sScopeOfWorkGroupDescription" 
    Text='<%# Bind("sScopeOfWorkGroupDescription") %>'
    <Items> 
        <telerik:RadComboBoxItem Text="" Value="" /> 
    </Items> 
</telerik:RadComboBox> 
<telerik:RadSpell 
    ID="rssScopeOfWorkGroupDescription" 
    runat="server" 
    ControlToCheck="rcbsScopeOfWorkGroupDescription" 
    IsClientID="false" 
    DictionaryLanguage="en-AU" 
    DictionaryPath="~/App_Data/RadSpell" /> 

This popup correctly finds all spelling errors, but clicking Change does not update the RadComboBox's value. The strange thing is, if I do click on change, close the spell checker, and then re-run the spell check it says that it can't find any errors. Obviously the RadSpell control is updating some field, but not the one that is used for the display or for the saving of the data.

Any tips would be greatly appreciated!

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Mar 2010, 02:54 PM
Hi Brent,

I have good news that this problem was fixed today and it will not exist in the official Q1 2010 release, which is scheduled for the beginning of next week.

Kind regards,
Rumen
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
Rumen
Telerik team
answered on 04 Mar 2010, 02:55 PM
Hi Brent,

I have good news that this problem was fixed today and it will not exist in the official Q1 2010 release, which is scheduled for the beginning of next week.

Kind regards,
Rumen
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
Rumen
Telerik team
answered on 04 Mar 2010, 02:59 PM
Hi Brent,

I have good news that this problem was fixed today and it will not exist in the official Q1 2010 release, which is scheduled for the beginning of next week.

Kind regards,
Rumen
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.
Tags
Spell
Asked by
Brent
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or