Announcement

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

    SmartGWT2.2 -> How to show normal DatePicker in FilterEditor?

    Hi..

    When we set the grid to show the filtereditor, it shows DateRange for date columns by default. How do we make it to show normal DatePicker ?

    #2
    Just got it.. Thanks.

    Change the filter editor type to DateItem.

    ListGridField -> setFilterEditorType(new DateItem());

    Comment

    Working...
    X