Hi,
is it possible with SmartGwt to force client side only filtering ?
I have a DataSource connected to the server, with the operations add/update/fetch.... bind to server-side operations (so I think I can't change it to clientOnly)
My grid is connected to the DataSource
When my page is drawn :
=> I fetch the Data
=> When I filter (with the filterEditor) another fetchData is called
- I'd like to prevent that, all my record are returned to the client side the first time
Is there a way to prevent the Grid to call the server for filtering data ?
is it possible with SmartGwt to force client side only filtering ?
I have a DataSource connected to the server, with the operations add/update/fetch.... bind to server-side operations (so I think I can't change it to clientOnly)
My grid is connected to the DataSource
When my page is drawn :
=> I fetch the Data
=> When I filter (with the filterEditor) another fetchData is called
- I'd like to prevent that, all my record are returned to the client side the first time
Is there a way to prevent the Grid to call the server for filtering data ?
Comment