vwoohu
04-30-2004, 10:42 AM
Hi all,
Is it possible to have calculated fields inside the datagrid component that depends on two other fields in the dataholder component?
e.g. datagrid columns A,B,C where A = user input, B = A * b1 (b1 from dataholder) and
C = A * c1 (c1 from dataholder) ? and Dataholder has (A, b1, c1)...
I think a better solution would be to have the fields (A,B,C, b1,c1) inside the Dataholder component and only display (A,B,C) on the datagrid. Any suggestions or different approach is appreciated
Vincent
Is it possible to have calculated fields inside the datagrid component that depends on two other fields in the dataholder component?
e.g. datagrid columns A,B,C where A = user input, B = A * b1 (b1 from dataholder) and
C = A * c1 (c1 from dataholder) ? and Dataholder has (A, b1, c1)...
I think a better solution would be to have the fields (A,B,C, b1,c1) inside the Dataholder component and only display (A,B,C) on the datagrid. Any suggestions or different approach is appreciated
Vincent