FNCGrid / Data-aware ComboBox

Is it possible to use DBComboBox style ComboBox in grid?

For example:

In workers table is columns ID and NAME

In jobs table where grid gets data is column WORKER where is stored worker id. In grid ComboBox editor should get items from worker table and store to jobs table ID but show NAME field in column.

We currently don't have a data-aware combobox, but we have recently added the TTMSFNCDataBinder component that is capable of filling any type of control with a list of values connected to a datasource.

http://www.tmssoftware.biz/download/manuals/TMSFNCDataBindingDevGuide.pdf