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?
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?
Comment