FNCGRID Populating ComboEdits

I have a FNCGRID containing comboedits in 2 columns and 2 different stringlists to be loaded into them. Problem is identifying the column into which each string list is to be loaded. Keep getting the same list in each.

Hi,


You can solve this by Implementing the OnGetCellEditorProperties where you can load the items in the editor that is going to be made active when editing.
Thanks. Worked a treat.
Dennsi