Announcement

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

    Hover text over ListGrid headerContextMenu

    Hello,

    Is there a way to automatically display the ListGridField.prompt value when hovering over a specific ListGridField title when viewing the ListGrid headerContextMenu? It would be helpful for us to show users a detailed description of each field (contained in ListGridField.prompt) when they are trying to select columns.

    #2
    Good idea, we've added it as an enhancement.

    To do it right now, you'd need to override getHeaderContextMenuItems to generate your own menu, or override displayHeaderContextMenu() to show a menu based on the built-in items that added a cellHoverHTML() handler or similar.

    Comment

    Working...
    X