still having problems with tdk datagrid component.i have to hard code in the column names to fill the grid(creating new recordset)
i'm using flash remoting to return info from a database which i want to display this in the datagrid
i get a recordset back and the debugger shows in this format
List
-(0)
-eusfn " info "
-eusln " info "
-(1)
-eusfn " "
-eusln " "
etc.
or to reference it
List(0).eusfn
eusfn, eusln is what i want to be the column header in the datagrid as that is the column header used in the database
has anyone got any ideas on what to do
i'm using flash remoting to return info from a database which i want to display this in the datagrid
i get a recordset back and the debugger shows in this format
List
-(0)
-eusfn " info "
-eusln " info "
-(1)
-eusfn " "
-eusln " "
etc.
or to reference it
List(0).eusfn
eusfn, eusln is what i want to be the column header in the datagrid as that is the column header used in the database
has anyone got any ideas on what to do