Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Disable spell check in ListGrid edit mode

    SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)

    Hi,

    I have been successfully able to disable spell check on TextItem using textItem.setBrowserSpellCheck(false) property.

    Now I want to do the similar thing with ListGrid fields when they are in edit mode. Please let me the property to set spell check as disabled for list grid fields.

    Thanks

    #2
    It’s ListGridField.editorProperties().

    Comment

    Working...
    X