Announcement

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

    Dropdown grid with filters

    Hello,

    I was wondering if it's possible to add filters to the dropdown grid showcased in this example https://www.smartclient.com/smartgwt...bobox_category or we would need to handle click event on the picker icon and construct the grid manually?

    #2
    You can do this via selectItem.setPickListProperties() - setShowFilterEditor(true).

    Comment


      #3
      Awesome, thank you!

      Comment

      Working...
      X