Announcement

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

    Using Date Picker Filter in SmartGWT 4.1

    Hi,

    We are currently Using SmartGWT 3.0 and we are in the process of migrating to SmartGWT 4.1. When we use filtering in ListGrid, we saw there is a new component DateRange Filter being used for Date components. To do this change we require a lot of changes in backend(server) code and hence we would like to avoid that right now.

    Is there a way I can still use DatePicker Filter instead of DateRange Filter in Smart GWT 4.1? If so how do we do that.

    Thanks
    Ramesh

    #2
    Hi Ramesh,

    the default behaviour does change for you and you did not use ListGridField.setFilterEditorProperties(), is that correct?

    Did you already try
    Code:
    setFilterEditorProperties(new DateItem());
    Best regards,
    Blama

    Comment


      #3
      Hi Blama,

      Thanks for your quick reply. setFilterEditorProperties(..) did really helped me. I did not try that before and some how i missed it.


      Thanks
      Ramesh

      Comment

      Working...
      X