Announcement

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

    client only list grid filters

    Hi there,
    I am using smartgwt 2.2.
    my application gets a list of objects from the server side database using JDBC, and on the client side, builds an array of ListGridRecord from the list of objects obtained from server side and builds the ListGrid based on this array of ListGridRecord.
    Now I need to build filters for my grids, but all the ListGrid filtering samples on smartgwt showcase are for grids built from DataSource objects which I don't use any.
    In other words I don't invoke setDataSource() method on my ListGrid object. I simply invoke setData() method on ListGrid object passing array of ListGridRecord as the parameter. Is there any way to create filters for my grids. Any help on this is much appreciated.
Working...
X