How can I add a filter row on top of the TDBAdvGrid ? So that I can directly input the filter value on each column header.
Any hinsts?
Thanks.
How can I add a filter row on top of the TDBAdvGrid ? So that I can directly input the filter value on each column header.
Any hinsts?
Thanks.
When DBAdvGrid.PageMode = false, you can use the techniques as described here:
Any specific example ?
I included 2 links to demos using the base class TAdvStrignGrid.
So, everything in these demos also apply to TDBAdvGrid as TDBAdvGrid descends from TAdvStringGrid.