Hi all, I wrote up this question a while ago but I realized, after looking at it, that it was poorly posed. As such, it was buried among the graveyard of unanswered posts. I think I have a much better way to represent it:
I have a database table which holds the following fields: width length pricenumber group The concept is that for each width and length in a given group, there is a corresponding pricenumber value. On the client's source documents (one for each group) this is represented by a simple grid which has width along the X axis of the grid and length along the Y axis. Following the width across and the length down gives you the pricenumber you are looking for. I need a way to represent this in Flex so that it can be edited, but I am not sure if the DataGrid is the right approach. In HTML, this seems like it would be fairly simple. Could someone point me in the right direction to accomplish this task? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

