Page 1 of 1

TCRDBGrid

Posted: Mon 14 Feb 2005 18:41
by Juan G
Hi,

I have a pair of questions about fantastic :wink: TCRDBGrid component. Can i set a color of box on filter/search bar? Can i set insensitive-case to search/filter bar? I've looked for but i don't found any what i could use to set this params.

Thank you in advance.
Juan G.

Posted: Tue 15 Feb 2005 09:29
by Alex
There is no such functionality in TCRDBGrid. You can't change title edit's colour and make filter case-insensitive. The search is already case-insensitive, so you need not do it manually.
In all cases we are supplied source files of TCRDBGrid with ODAC and you can change them as you need.

Solution

Posted: Tue 15 Feb 2005 19:20
by Juan G.
I use the dgeLocalFilter optionsEx and i can get case-insensitive effect setting foCaseInsensitive (filterOptions of TDataset) to true. And by other hand, I have "recoded" CRGRid.pas to add BarColor property, what you have indicated me.

Thank you, Alex.