AdvGridFilterDialog with TDbAdvGrid

Hello
I would like to know if it's possibile to user AdvGridFilterDialog with TDBAdvGrid.
In case it's possible to have an example how to applyFilter?
Thanks

When you set DBAdvGrid.PageMode = false, you can use AdvGridFilterDialog.
When DBAdvGrid.PageMode = true, you can use TAdvDBFilterDialog to have it apply directly on the connected dataset.