Grid, DataStore and TextFilter

Hi,

I have a Grid connected to a Datastore and a text_filter in the header :
With that code the grid is sorted or filtered on the client side and its work only if smart rendering mode is not enable…:

grid_clients.attachHeader("#text_filter,,,");
grid_clients.setColSorting("str","","","");

With a grid directly connected to a connector it’s possible to enable server-side filtering:

grid_clients.attachHeader("#connector_text_filter,,,");
grid_clients.setColSorting("connector","","","");

But using the datastore I got this error when i try to filter :

missing ; before statement codebase/datastore.js Line 580

Is there a simple way to enable server-side filtering with datastore (as easy as with the grid directly parsing data throw a gridconnector) ?

Thanks

Unfortunately it not possible to use server side filters with datastore for now.