TTMSFMXListView Combobox editor

HI I have a TTMSFMXListView, which is not bound to a dataset (the data is generated at runtime) and I would like to have one of the columns as a combobox, however I can't find a way to populate the individual cells with DIFFERENT data; this:

TTMSFMXListView1.Columns[1].ComboItems:=User_Record.PrivUserRoles;



Populates each cell in the column with the same data.

Could anyone point me in the right direction?



I've tried to search on these forums but I get an SQL error .



Thanks

Hi, 


The TTMSFMXListView inherits from TGrid so it's unclear how exactly this works in TGrid. Please consider using the TTMSFMXGrid / TTMSFMXLiveGrid instead which has more events to customize editors per column.