Announcement

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

    Implement a SelectItem in filterEditor in listgrid

    Hai

    I am using GWT-2.0.4
    I have a listgrid which has one date field. I put filter editor for filtering. My requirement is put a selectitem in date filter column so that the options are
    1. Within last day
    2. Within last 7 days
    3.Within last 30 days
    4. and so on...
    These options will come as values in the selectitem.
    So I have to do the filter based on the options and go to backend code for fetching data and re-populate the grid.I meant server side filtering not client side.I am using RPC call for populating the grid.Is it possible??
    I am attaching the screenshot of existing application. And also my current application.'DeliveredEST' is the column name for filtering.

    Thanks
    Anu
    Attached Files
    Last edited by anukv; 21 Dec 2010, 23:44.

    #2
    Hi anukv,

    could you solve this? If so, how?
    I know that there is a widget for your case now, but my case is only similar, not identical to your case.

    I need a SelectItem that acts with different filters (most likely AND-connected criteria) depending on the Item-selection.

    Thanks,
    Blama

    Comment

    Working...
    X