Announcement

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

    Hovers on ListGridHeaders

    Hi,

    We are using the prompt attribute to define the hover text that shows up in a ListGridHeader like this:

    {name:"companyName", width:"50%", prompt:"<spring:message code="symbol.lookup.companyname"/>"}

    So, we are turning off sorting on our grids if the user hasn't yet loaded all records from the server for the current fetch. And, when sorting is turned off, we want to change the hover text in the ListGridHeader (not the cells) to tell the user that sorting is disabled. So, can you explain how we can update the hover text in the ListGridHeader depending on whether we have sorting enabled on the grid?

    #2
    Hi senordhuff,

    headerButtonProperties is a way to apply hover-related properties to the buttons in the ListGrid header, including getHoverHTML(), which will allow you to implement conditional hovers.

    Comment

    Working...
    X