Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
900
Spell Checker in Grid Cell
posted

Hi,

I have attached a spell checker to one of my grid's columns.  I added an UltraSpellChecker to the form's designer, and attached it to a column at runtime:    myGrid.DisplayLayout.Bands(0).Columns(0).SpellChecker = Me.SpellChecker

I set the SpellChecker.Mode to "AsYouType" so that any misspelled text will get underlined in red.

The problem is that the misspelled text only gets underlined when the cell is in edit mode.  How can I make it so it always shows the underlining?

Thanks,

~Karen