Hello, we would like some way to give users more information about why certain data is highlighted in the grid if they define highlights. Is there a way that we could add hover text to a cell that would show which highlights have affected the styling of the cell? And, details about the rules associated with that highlight? I know we may have to do some of this on our own but curious if you've done any work in this area or plan to and whether you have any suggestions.
Announcement
Collapse
No announcement yet.
X
-
There isn't anything built in to support this.
You could have your own custom hoverHTML method in place which would look at the hilites specified on the component and check for which field the hilite applies to, and run the dataSource level "applyFilter" method to determine if the hilite.criteria applies to the record in question.
Regards
Isomorphic Software
-
We also have, as part of the internals of the HiliteEditor, code to put together human-readable descriptions of AdvancedCriteria (including handling i18n). You could use the Feature Sponsorship program to have this as well as the ability to get the hilites affecting the cell wrapped up in convenience methods.
Comment
Comment