Hi All, I have a database table "A" defined as
ID Number Type Char(10) Attribute1 Char(20). ........ ......... ........ Attribute100 Char(20) to store the data. Another table "B" to store the labels of Attibute1 to Attribute100 depends on the Value of Type in table A. I have to create a datagrid to show the data depends on the different "type" values selected in a list. The grid should change the column labels and data depends on the Type selected. Table B (The type table) is dynamic, the user can add new types and column labels for Attribute1 to Attribute100. Any idea how this can be done in Flex 2. Thanks VN

