Hi all,
here is my scenario: an UltraWinGrid bound to a DataTable; I am trying to add an unbound column to show, for each row in the grid, the value of a lookup field, i.e. the value in a list indexed by one of the grid columns.
An example: given the following columns in the bound DataTable:
ID Name Other
and a list containing the following fields:
ObjectID ObjectProperty1
my goal is to have the following columns in the grid:
ID Name Other ObjectProperty1
where ID=ObjectID
using a formula for the last, unbound column.
Is it possible?
Thank you
Francesco
Hi franzdeco,
i have the same problem with you, do you have solution for this problem?? can you explain to me??
Thanks
Oki