Add search bar on top of TDBAdvGrid

Dear all,

I would like to add a search bar with partial search function on top of the TDBAdvGrid. Which component should I use for this case ?

Thanks.

At this moment, the built-in search bar is via grid.SearchFooter.Visible = true.
If you want something on top, you could add a panel on top of the grid with a search edit control and trigger from the edit control changes a search in the grid.

Dear Sir,

Please try your best to launch the fixed version as I will launch my VCL application to all users to use.

Thanks.

That the search bar cannot be displayed on top is not a bug. It is just a feature/capability that we did not include.
I suggested to use an additional panel on top of the grid.