TWebClientDataSet Filter

I cannot see a problem with filtering.
Test code : Demo\Basics\DBGrid
Add button with code:

begin
  WebClientDataSet1.Filter := 'Hp >= 400';
  WebClientDataSet1.Filtered := true;
end;

this filters as expected.