Announcement

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

  • Ramesh.Etta
    replied
    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

    Leave a comment:


  • Blama
    replied
    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

    Leave a comment:


  • Ramesh.Etta
    started a topic Using Date Picker Filter in SmartGWT 4.1

    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
Working...
X