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
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
Comment