Announcement

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

    Can't stop hover text from appearing in grid

    SmartClient Version: v10.0p_2015-06-23/PowerEdition Deployment (built 2015-06-23)

    See the attached screen shot. I can't seem to get the hover text from appearing when editing a cell in the grid. I have set all 3 hover related options to false for the grid and yet the hover still appears.

    showClippedValuesOnHover: false,
    canHover: false,
    showHover: false,

    Is there another property that controls this?
    Attached Files

    #2
    Jay, it looks like you may be posted from an old account - Support and licenses were transferred away.

    Quick answer though: that hover is shown by the editor, so you'd want to control this via FormItem properties on listGridField.editorProperties or listGridField.editorType.

    Comment

    Working...
    X