Hi,
Can anyone tell me what objects are of the "correct type" to be a "SpellCheckTarget" - objects which can be passed to ShowSpellCheckDialog(Object). We're trying to develop a way to spell check all the cells of a certain column in an ultraGrid by clicking just one button on a form. Our assumption (probably incorrect) is that we can iterate through all the rows - using GetRowEnumerator - and then use PerformAction to put the correct cells into EditMode, and then run the spellChecker. But we cannot pass the cell, or the column, to the spellchecker. It throws the exception -
The specified object was not of the correct type.Parameter name: spellCheckTarget
Thanks for any help
Steve
Hello SteveAltman,
I believe I managed to create a sample satisfiyng your needs. Please view the attached sample and feel free to ask anything else related to the topic.