Link to home
Start Free TrialLog in
Avatar of nass121
nass121

asked on

Matrix Datagrid in AIR

I'm developing a datagrid in AIR application that reads from a SQLite DB, I want to dynamically create datagrid with a matrix look, 3 tables to read from .
Table1 VALUES lists the rows
Table2 GOALS lists the Colums
Table3 GVContent is the matrix content data that mapps to the goals to values.
The goals and values will have a ID as primarykey
In the GVContent Table for each Value there will be a list of goals in the same row table structure looks like this Eg. (....ValueID,Goal1,Goal2,Goal3..Goal5) Max number of Goals is 7


Attached is an excel file to demo what it should look like, the challenge is to create it dynamically.
GoalValueMatrix.xls
SOLUTION
Avatar of rascalpants
rascalpants
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nass121
nass121

ASKER

No its a Flex or AIR Question, as I said I want to view the datagrid but as a matrix with the header and the first colum fixxed, like the attached excel file.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial