I have cxGrid that has a column with TcxLookupComboBox type linked with DataSource
I need to read the value of the TcxLookupComboBox fields of each row in the cxGrid
I want a code of loop when I can read the data of TcxLookupComboBox if spedific column in cxGrid
Thank you
You can iterate through the grid's records and get the values assumed by a column using the
DataController'sValuesorDisplayTextsproperties as follows: