CRDBGrid, FilterBar and customization
Posted: Mon 26 Sep 2011 08:36
Hi,
I have crdbgrid with "string" type columns and FilterBar.
It is filtering exactly what is entered ( column "equals" value).
For example if "John" is entered, then "John" is found, but "John Silver" or "Frank John" are not found.
This is of course correct from some point of view.
Does exist some chance customize it?
Something as:
TCRDBGrid.AfterFilterRequest(col: TCRColumn; var filter: string);
??
Thank you.
Leonell
I have crdbgrid with "string" type columns and FilterBar.
It is filtering exactly what is entered ( column "equals" value).
For example if "John" is entered, then "John" is found, but "John Silver" or "Frank John" are not found.
This is of course correct from some point of view.
Does exist some chance customize it?
Something as:
TCRDBGrid.AfterFilterRequest(col: TCRColumn; var filter: string);
??
Thank you.
Leonell