I have 3 tables, data_row, data_col and data.
data_row fields are row_id and row_text.
data_col fields are col_id and col_text.
data fields are row_id_fk and col_id_fk and value.
Is it possible to create a datagrid where col_text is displayed horizontally across the top for each column, and the rows are displayed vertically with the value field lining up with the correct column name and row name?
We have done this with ASP and javascript using 3 different arrays but would like to know if this is possible with a datagrid.
Thanks for your help.
Chad
data_row fields are row_id and row_text.
data_col fields are col_id and col_text.
data fields are row_id_fk and col_id_fk and value.
Is it possible to create a datagrid where col_text is displayed horizontally across the top for each column, and the rows are displayed vertically with the value field lining up with the correct column name and row name?
We have done this with ASP and javascript using 3 different arrays but would like to know if this is possible with a datagrid.
Thanks for your help.
Chad