Announcement

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

    Possible to apply CellFormatter to header row filter elements?

    Hi,

    I'd like to know if it's possible to apply a CellFormatter or similar to text controls within the filter header row. The intention here is to display some italicised text with a grey foreground colour to indicate that the user can filter by entering text.

    Otherwise, could a hover handler be applied relative to the control?

    Is it possible that I could adapt the idea shown here to my purposes?

    Code:
    http://forums.smartclient.com/showthread.php?t=3220&page=2

    #2
    Use a setFilterEditorType with hint and showHintInField set.

    Comment


      #3
      Hi Isomorphic,

      Thanks for that, it works beautifully.

      Comment

      Working...
      X