Filterdropdown - Escape doesnt close


With TAdvStringGrid, the "Esc" key does not close FilterDropDown if any of the dropdown's checkboxes have been changed.  That is Escape only closes the FilterDropDown if no DropDown items have been checked/unchecked ????



Regards,


John

I have tested this here with the latest version v8.5.0.0 and cannot reproduce this.

Tested with default grid on the form initialized with:
procedure TForm1.FormCreate(Sender: TObject);
begin
  advstringgrid1.FilterDropDownAuto := true;
  advstringgrid1.FilterDropDownCheck := true;
  advstringgrid1.RandomFill(false,100);
end;

Yeah your right... I had "skinned' the control with Almediadev Controls...