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