I would like to know whether i can somehow edit the value of a combobox cell in a GDBG control and save the changes to the dataset/db. th gdbg has a dataset as a datasource and there are 3-4 columns that contain combobox type cells(foreign key relationship). so how can i shoose a certain value in this boxes and edit it (in line) so it can be saved to the dataset.
for normal cells in GDBG im using the celleditingcomplete(i think its called ) event and i update the datatable adapter.
any ideas?
ty.