TDBAdvGrid - Lookup combobox

Hey there!
What is the best method to achieve simple dbgrid behaviour , displaying lookup field items combobox ?

In regular dbgrid i just define dataset field as fkLookup, set ButtonStyle of column to cbsAuto and FieldName as defined lookup field.
This is described in documentation: http://docwiki.embarcadero.com/RADStudio/Berlin/en/Defining_a_Lookup_List_Column
However in TDBAdvGrid, there is no ButtonStyle property and simply leaving default values displays just underlying value, instead of combobox.
How do i make it work Aside from using OnGetEditorType... and OnGetEditorProp events ?

Did you check the demos:

ADODBLookupInGrid
ADOLookup
in the DBAdvGrid samples folder?


Done, PageMode did the trick, thank You.