Is there a way of doing a spell checker on a cell (aka like Microsoft w/ F7 key).
UltraGridColumn exposes a SpellChecker property, the type of which is an interface that is implemented by our SpellChecker component. You put a SpellChecker component on the same form, and then you can set a column's SpellChecker property to reference that component.