Here is the code I wrote :
but the tata contains data that do not match the filter.
Code:
ListGrid tata = new ListGrid();
Criteria c = new Criteria();
c.addCriteria("Property3", new Integer(32074602));
tata.filterData(c);
Comment