Announcement

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

    How to disable showing title of listgrid on hover

    I have to put showhover = true on listgrid columns. At the same time I have to maintain listgrid title also. But I do not want to show title of listgrid on hover. Is there any solution for this. I have used all three methods
    listGrid.setShowHeader(boolean);
    listGrid.setCanHover(boolean);
    listGrid.setShowHover(boolean);

    But failed. Any help will be appreciated.
    Thanks in Advance.

    #2
    It's not clear from your description what effect you actually want with showHover being set to true, or which object you're setting showHover to true on.
    We'd recommend you take a look at the sample here for how to turn on per-cell hover prompt behavior, and here for header hover prompt behavior
    Also, of course, the Javadoc for the ListGridField.setShowHover, listGrid.setShowHover and related properties should help clarify how to control behavior in this area

    Regards
    Isomorphic Software

    Comment

    Working...
    X