Welcome Guest Search | Active Topics | Sign In | Register

Spell Check of Datagrid Options
Yvette Meyer
Posted: Tuesday, September 21, 2010 11:41:30 AM
Rank: Member
Groups: Member

Joined: 12/19/2007
Posts: 21
Is it possible to spell check rows and columns in a datagrid?
Yvette Meyer
Posted: Tuesday, September 21, 2010 12:00:13 PM
Rank: Member
Groups: Member

Joined: 12/19/2007
Posts: 21
I did find that adding the datagrid to the ControlToCheck property works.

The issue I'm having is that when I click "Change" in the spell check dialog box it does not change the word in the datagrid.
eo_support
Posted: Tuesday, September 21, 2010 1:05:21 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You won't be able to use dialog based spell checker for a DataGrid, you will have to use context menu based:

http://demo.essentialobjects.com/Demos/Spell%20Checker/Features/Context%20Menu%20Based/Demo.aspx

Also you will need to write additional code to examine the new text contents for the DataGrid control and save the changes if necessary. The SpellChecker only changes what you see on the screen, it will not change the DataGrid's data (which is saved in ViewState) for you.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.