Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

TDGrid Spellcheck Cell

$
0
0

Hi Support

I have added the code to the BeforeColUpdate of a grid

TextBoxBase tb = e.Column.DataColumn.Editor as TextBoxBase;
if (tb != null)
{
cspcTask_Edit.SetActiveSpellChecking(tb, true);
}

based on a post a year back.

However, regardless of whether the column is bound, unbound, has data already in the cell or typed the e.Column.DataColumn.Editor always returns null

What have I missed?

Kind Regards
Scott


Viewing all articles
Browse latest Browse all 14170

Trending Articles