CRDBGrid

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

CRDBGrid

Post by cybsistemas » Wed 22 Aug 2018 20:47

Hello, there is some way to delete that 2861 by code.

Image

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: CRDBGrid

Post by ViktorV » Mon 27 Aug 2018 14:58

You can manually reset the filters. For example:

Code: Select all

  CRDBGrid.ClearFilters;
  CRDBGrid.ApplyFilter;

cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

Re: CRDBGrid

Post by cybsistemas » Tue 28 Aug 2018 21:15

Thanks

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: CRDBGrid

Post by ViktorV » Wed 29 Aug 2018 09:06

Thank you for the interest in our products.
We hope that our product will be useful for you in the implementation of your projects.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply