can any one help with filtering multiple condition in dojo grid. im using grid.DataGrid and json data. data1 = {items: [ {"id":1,"media":"PRINT",pt:"Yellow Directory"}, {"id":2,"media":"DIGITAL",pt:"Social Media"},{id":3,"media":"DIGITAL",pt:"Yellow Online"} ],identifier: "id"};
a=1,b=2;
grid.filter({id:a,id:b})
the above line is just displaying the record with b value. i need the record with both the values. can any one help me with this.???