Announcement

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

    Client Filter in ListGrid ????

    Hi,
    this is My Problem, I want filter my ListGrid in client only, so i define my listgrid class
    Code:
    public class MyListGrid extends ListGrid{
    public MyListGrid(){
    ...
            this.setShowFilterEditor(true);
    ...
    }
    ...
    }
    in this case i can see the filter in the head of listGrid, but the filter is not active, how i can activate this to filter in the client only, i don't want to request my server (via RPC), just do this in the front client.
    Thanx a Lot

    #2
    Filtering in Client Side ???

    Hi Please any Idea ??

    Comment

    Working...
    X