Announcement

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

    Add filter button to listGrid

    Hi,

    I'm using standard smartGWT listGrid with filter:
    Code:
    grid.setShowFilterEditor(true);
    in right corner is displayed button that filters grid, I need to add there other button for clearing filter, is it possible?

    thanks,

    michal

    #2
    There's not really room there for another button. You could put one outside of the grid, but there is already a context menu option on the button below it (the "sorter" menu) for clearing the filter.

    Comment

    Working...
    X