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
2430
Can u add default spell checker on cell?
posted

Is there a way of doing a spell checker on a cell (aka like Microsoft w/ F7 key).

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    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.

Children
No Data