SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
I am using server side ds in my application. I have overwritten the ds operation types in my appplication
I have set the grid.setShowFilterEditor(true);
Whenever i apply a filter on grid, sometimes the filtering occurs on client side and i get the filtered response. However, sometime, there is a server call. Can you please let me know when smartGWT, makes a server call and when it is done at client side.
I am using server side ds in my application. I have overwritten the ds operation types in my appplication
I have set the grid.setShowFilterEditor(true);
Whenever i apply a filter on grid, sometimes the filtering occurs on client side and i get the filtered response. However, sometime, there is a server call. Can you please let me know when smartGWT, makes a server call and when it is done at client side.
Comment