What is the recommended way to append a static criteria {field1: 'val1', field2: 'val2'} to filterEditor criteria the user entered when filtering in a ListGrid? The static criteria may contain fields not shown in the ListGrid.
Tried ListGrid.setFilterEditorCriteria({field1: 'val1', field2: 'val2'}) but the appended criteria is not getting sent to the server.
Thanks
-pf
Tried ListGrid.setFilterEditorCriteria({field1: 'val1', field2: 'val2'}) but the appended criteria is not getting sent to the server.
Thanks
-pf
Comment