Is it possible to filter a ListGrid locally when no data source is used?
I have a ListGrid that is populated using SetData(ListGridRecord[] records). All of the records are placed and displayed. There isn't really a data source being used for this grid, and we set the data manually using the setData() method.
I would like to filter using Criteria, but I haven't figured out how to get it to work yet.
I read in an old post to try setting fetchMode to local, but I'm not sure how to do that or where - again, there is no data source being used...just ListGridRecord[] records being passed to setData().
I have a ListGrid that is populated using SetData(ListGridRecord[] records). All of the records are placed and displayed. There isn't really a data source being used for this grid, and we set the data manually using the setData() method.
I would like to filter using Criteria, but I haven't figured out how to get it to work yet.
I read in an old post to try setting fetchMode to local, but I'm not sure how to do that or where - again, there is no data source being used...just ListGridRecord[] records being passed to setData().
Comment